diff options
Diffstat (limited to 'update.lua')
| -rw-r--r-- | update.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -updateobjs()
\ No newline at end of file +updateobjs() +if btn(4, 1) and playercount == 0 then + addplayer(18, 22) +end
\ No newline at end of file |
