diff --git a/TorchRemote.Plugin/Controllers/PlayersController.cs b/TorchRemote.Plugin/Controllers/PlayersController.cs index adae552..e424066 100644 --- a/TorchRemote.Plugin/Controllers/PlayersController.cs +++ b/TorchRemote.Plugin/Controllers/PlayersController.cs @@ -40,7 +40,7 @@ public class PlayersController : WebApiController Statics.MultiplayerManager!.BanPlayer(id, false); } - [Route(HttpVerbs.Get, $"{RootPath}/{{id}}/banned")] + [Route(HttpVerbs.Get, $"{RootPath}/banned")] public IEnumerable Banned() { return MySandboxGame.ConfigDedicated.Banned; diff --git a/TorchRemote.Plugin/manifest.xml b/TorchRemote.Plugin/manifest.xml index 099fa0d..92aa12b 100644 --- a/TorchRemote.Plugin/manifest.xml +++ b/TorchRemote.Plugin/manifest.xml @@ -2,5 +2,5 @@ Torch Remote 284017F3-9682-4841-A544-EB04DB8CB9BA - v1.0.10 + v1.0.11 \ No newline at end of file