oops; allowed again

This commit is contained in:
Fate-JH 2024-05-09 10:11:45 -04:00
parent 9abe6a05e9
commit 00a76deda0

View file

@ -45,7 +45,7 @@ class ChatLogic(val ops: ChatOperations, implicit val context: ActorContext) ext
case (CMT_SPEED, _, contents) if gmCommandAllowed =>
ops.commandSpeed(message, contents)
case (CMT_TOGGLESPECTATORMODE, _, contents) if isAlive && (gmCommandAllowed || perms.canSpectate) =>
case (CMT_TOGGLESPECTATORMODE, _, contents) if isAlive /*&& (gmCommandAllowed || perms.canSpectate)*/ =>
ops.commandToggleSpectatorMode(session, contents)
case (CMT_RECALL, _, _) =>