mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[Server] Fix mixed-up bindings for Chat functions
This commit is contained in:
parent
3c3015d0da
commit
8da6a7fd9b
@ -5,8 +5,8 @@
|
||||
|
||||
#define CHATAPI \
|
||||
{"SendMessage", ChatFunctions::SendMessage},\
|
||||
{"CleanChatForPid", ChatFunctions::CleanChat},\
|
||||
{"CleanChat", ChatFunctions::CleanChatForPid}
|
||||
{"CleanChatForPid", ChatFunctions::CleanChatForPid},\
|
||||
{"CleanChat", ChatFunctions::CleanChat}
|
||||
|
||||
class ChatFunctions
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user