mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
weird line removal after merge
This commit is contained in:
parent
30a4eba646
commit
cce9506e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
case (CMT_HIDE_HELMET | CMT_TOGGLE_SHADES | CMT_TOGGLE_EARPIECE, _, contents) =>
|
||||||
ops.commandToggleCosmetics(session, message, contents)
|
ops.commandToggleCosmetics(session, message, contents)
|
||||||
|
|
||||||
case _ =>
|
case _ =>
|
||||||
sendResponse(ChatMsg(ChatMessageType.UNK_227, "@no_permission"))
|
sendResponse(ChatMsg(ChatMessageType.UNK_227, "@no_permission"))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue