summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/ChatLog/plugin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/ChatLog/plugin.lua b/MCServer/Plugins/ChatLog/plugin.lua
index 9ef321b48..c8358a6d3 100644
--- a/MCServer/Plugins/ChatLog/plugin.lua
+++ b/MCServer/Plugins/ChatLog/plugin.lua
@@ -26,7 +26,7 @@ end
function OnChat(Player, Message)
-- Lets get loggin'
- LOGINFO("[" .. Player:GetName() .. "]: " .. Message);
+ LOGINFO("[" .. Player:GetName() .. "]: " .. StripColorCodes(Message));
return false
end \ No newline at end of file