aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--waves.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/waves.lua b/waves.lua
index be0f65c..193ecbb 100644
--- a/waves.lua
+++ b/waves.lua
@@ -1,5 +1,5 @@
wave = {} --store wave functions here
-currentwave = 19 --THIS IS THE CURRENT WAVE, SHOLD BE 1 UNLESS TESTING SOMETHING
+currentwave = 1 --THIS IS THE CURRENT WAVE, SHOLD BE 1 UNLESS TESTING SOMETHING
currentwavetime = 0
delaytimer = 0
everysecondtimer = 0