Basic Lua loading prep.

TSHOCKPLUGINS-4
This commit is contained in:
Lucas Nicodemus 2012-01-03 16:54:38 -07:00
parent 7e6aa3d288
commit c45291eb6b
5 changed files with 49 additions and 5 deletions

View file

@ -86,7 +86,7 @@ namespace TShockAPI
Environment.OSVersion + "&mono=" + Main.runningMono + "&port=" + Netplay.serverPort +
"&plcount=" + TShock.Utils.ActivePlayers());
}
Log.ConsoleInfo("Stat Tracker: " + response + "\n");
Log.ConsoleInfo("Stat Tracker: " + response);
}
catch (Exception e)
{