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 @@ > + + + +