Removed dumb outputs that don't work.

This commit is contained in:
Lucas Nicodemus 2011-09-05 01:39:40 -06:00
parent 1fa5c7236e
commit 3e961b32ab

View file

@ -44,12 +44,10 @@ namespace TShockAPI
Ip = ip;
Port = port;
Start();
Console.WriteLine("TShock REST API loaded on " + ip + ":" + port + ".");
}
public virtual void Stop()
{
listener.Stop();
Console.WriteLine("TShock REST API disabled.");
}
public void Register(string path, RestCommandD callback)