1
0
Fork 1
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:
David Cernat 2019-11-20 21:01:18 +02:00
parent 3c3015d0da
commit 8da6a7fd9b

View file

@ -5,8 +5,8 @@
#define CHATAPI \
{"SendMessage", ChatFunctions::SendMessage},\
{"CleanChatForPid", ChatFunctions::CleanChat},\
{"CleanChat", ChatFunctions::CleanChatForPid}
{"CleanChatForPid", ChatFunctions::CleanChatForPid},\
{"CleanChat", ChatFunctions::CleanChat}
class ChatFunctions
{