Removed dumb outputs that don't work.
This commit is contained in:
parent
1fa5c7236e
commit
3e961b32ab
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue