mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
[Server] Fix mixed-up bindings for Chat functions
This commit is contained in:
parent
3c3015d0da
commit
8da6a7fd9b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
#define CHATAPI \
|
||||
{"SendMessage", ChatFunctions::SendMessage},\
|
||||
{"CleanChatForPid", ChatFunctions::CleanChat},\
|
||||
{"CleanChat", ChatFunctions::CleanChatForPid}
|
||||
{"CleanChatForPid", ChatFunctions::CleanChatForPid},\
|
||||
{"CleanChat", ChatFunctions::CleanChat}
|
||||
|
||||
class ChatFunctions
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue