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 +- VC2008/MCServer.vcproj | 30 +++++++++++++++++------------- 2 files changed, 18 insertions(+), 14 deletions(-) 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); diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 017d2ffd1..059b4b453 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2028,43 +2028,39 @@ Name="Config files" > - - @@ -2203,6 +2199,14 @@ > + + + +