Fixed the REST kick endpoint expecting a player parameter as opposed to a verb
This commit is contained in:
parent
ff84198e32
commit
bfc9ad98fb
3 changed files with 4 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ using System.IO;
|
|||
|
||||
namespace TShockAPI
|
||||
{
|
||||
[Flags]
|
||||
public enum LogLevel
|
||||
{
|
||||
None = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue