mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-01 16:37:20 +00:00
Fixed error where doing /timer in lobby would crash the server
This commit is contained in:
parent
5e52d0186d
commit
686ac81b27
@ -355,6 +355,8 @@ makeOwnerCommand "eval", (user, room, next, pieces...) ->
|
||||
|
||||
desc "Makes the battle timed"
|
||||
makeCommand "timer", (user, room, next) ->
|
||||
if !(_.has room, "turn")
|
||||
return
|
||||
controller = server_.findBattle(room.id)
|
||||
isBattler = false
|
||||
player = room.getPlayer(user.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user