weird line removal after merge

This commit is contained in:
Fate-JH 2024-10-01 19:50:10 -04:00
parent 30a4eba646
commit cce9506e7f

View file

@ -84,7 +84,7 @@ class ChatLogic(val ops: ChatOperations, implicit val context: ActorContext) ext
case (CMT_HIDE_HELMET | CMT_TOGGLE_SHADES | CMT_TOGGLE_EARPIECE, _, contents) =>
ops.commandToggleCosmetics(session, message, contents)
case _ =>
sendResponse(ChatMsg(ChatMessageType.UNK_227, "@no_permission"))
}