1
0

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
This commit is contained in:
faketruth
2012-10-11 14:58:41 +00:00
parent 0433de9955
commit 58ed9498fb
2 changed files with 18 additions and 14 deletions

View File

@@ -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);