de-trigger mopple
This commit is contained in:
parent
875c0a015b
commit
449c6511e2
@ -299,7 +299,8 @@ public class Build extends Game
|
||||
|
||||
registerDebugCommand("endbuildtime", Perm.DEBUG_BUILD_END_COMMAND, PermissionGroup.ADMIN, (caller, args) ->
|
||||
{
|
||||
if (_buildGameState != 0) {
|
||||
if (_buildGameState != 0)
|
||||
{
|
||||
caller.sendMessage(F.main("Debug", "You can't use that right now."));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user