Basic Lua loading prep.
TSHOCKPLUGINS-4
This commit is contained in:
parent
7e6aa3d288
commit
c45291eb6b
5 changed files with 49 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue