typo
This commit is contained in:
@@ -24,7 +24,7 @@ function randomHole(holes) {
|
|||||||
|
|
||||||
function peep() {
|
function peep() {
|
||||||
const time = randomTime(1000, 1500);
|
const time = randomTime(1000, 1500);
|
||||||
const holerandomHole(holes);
|
const hole = randomHole(holes);
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user