mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 03:15:32 +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 \
|
#define CHATAPI \
|
||||||
{"SendMessage", ChatFunctions::SendMessage},\
|
{"SendMessage", ChatFunctions::SendMessage},\
|
||||||
{"CleanChatForPid", ChatFunctions::CleanChat},\
|
{"CleanChatForPid", ChatFunctions::CleanChatForPid},\
|
||||||
{"CleanChat", ChatFunctions::CleanChatForPid}
|
{"CleanChat", ChatFunctions::CleanChat}
|
||||||
|
|
||||||
class ChatFunctions
|
class ChatFunctions
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue