Fixed the REST kick endpoint expecting a player parameter as opposed to a verb

This commit is contained in:
Lucas Nicodemus 2012-01-01 15:55:48 -07:00
parent ff84198e32
commit bfc9ad98fb
3 changed files with 4 additions and 2 deletions

View file

@ -22,6 +22,7 @@ using System.IO;
namespace TShockAPI
{
[Flags]
public enum LogLevel
{
None = 0,