aboutsummaryrefslogtreecommitdiff
path: root/update.lua
diff options
context:
space:
mode:
Diffstat (limited to 'update.lua')
-rw-r--r--update.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.lua b/update.lua
index 042b7a3..5af959c 100644
--- a/update.lua
+++ b/update.lua
@@ -39,6 +39,6 @@ if not doshake then
shake = 0
end
--add another player if they fire
--- if btn(4, 1) and playercount == 0 then
+-- if btn(4, 1) and #players == 1 then
-- addplayer(32, 34)
-- end \ No newline at end of file