From 58ed9498fbc06dcaf984cda144c6fe9dc189dd44 Mon Sep 17 00:00:00 2001 From: faketruth Date: Thu, 11 Oct 2012 14:58:41 +0000 Subject: Fixed chatlog plugin Fixed references to settings files in VS2008 project git-svn-id: http://mc-server.googlecode.com/svn/trunk@948 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/Plugins/ChatLog/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MCServer/Plugins/ChatLog/plugin.lua') diff --git a/MCServer/Plugins/ChatLog/plugin.lua b/MCServer/Plugins/ChatLog/plugin.lua index e18a8e642..0288d1aa9 100644 --- a/MCServer/Plugins/ChatLog/plugin.lua +++ b/MCServer/Plugins/ChatLog/plugin.lua @@ -9,7 +9,7 @@ function Initialize( Plugin ) return true end -function OnChat( Message, Player ) +function OnChat( Player, Message ) -- Lets get loggin' LOGINFO("[" .. Player:GetName() .. "]: " .. Message); -- cgit v1.2.3