aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/server/serverchathooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/server/serverchathooks.h')
-rw-r--r--NorthstarDLL/server/serverchathooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/server/serverchathooks.h b/NorthstarDLL/server/serverchathooks.h
index d033e769..e5d63313 100644
--- a/NorthstarDLL/server/serverchathooks.h
+++ b/NorthstarDLL/server/serverchathooks.h
@@ -21,4 +21,4 @@ void ChatSendMessage(unsigned int playerIndex, const char* text, bool isteam);
// isDead: display a [DEAD] badge
// messageType: send a specific message type
void ChatBroadcastMessage(
- int fromPlayerIndex, int toPlayerIndex, const char* text, bool isTeam, bool isDead, CustomMessageType messageType);
+ int fromPlayerIndex, int toPlayerIndex, const char* text, bool isTeam, bool isDead, CustomMessageType messageType);