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…
Reference in New Issue