Merged in chat-msg-fix (pull request #49)

Chat Message Fix
This commit is contained in:
Damen DeBerry 2019-01-12 08:45:52 +00:00 committed by Lorenc Pekaj
commit 73b00936f9

View File

@ -1589,6 +1589,7 @@ public OnPlayerText( playerid, text[ ] )
return 0;
}
}
case '!': return 0; // Handled in 'cop_chat' -> Needs to be stopped prior to reaching 'Custom Player ID Setting'
}
}