mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 02:12:25 +00:00
fixed minor typo
This commit is contained in:
parent
ac07e7d578
commit
b0f591540c
@ -10,7 +10,7 @@
|
|||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
#ifndef PROTO_H
|
#ifndef PROTO_H
|
||||||
#define PROTO_H
|
#define PROTO_H
|
||||||
#include "../common/message->pb.h"
|
#include "../common/message.pb.h"
|
||||||
#endif
|
#endif
|
||||||
#include "../common/servertalk.h"
|
#include "../common/servertalk.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
@ -154,7 +154,7 @@ void NatsManager::OnEmoteMessage(ServerEmoteMessage_Struct* msg) {
|
|||||||
message->set_message(msg->message);
|
message->set_message(msg->message);
|
||||||
message->set_to(msg->to);
|
message->set_to(msg->to);
|
||||||
message->set_is_emote(true);
|
message->set_is_emote(true);
|
||||||
SendChannelMessage(message);
|
//SendChannelMessage(message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user