From a7bdc42bfa3c92dd7f65084f78785c45532e5c8f Mon Sep 17 00:00:00 2001 From: VegaZ Date: Sun, 28 Oct 2018 02:00:48 +0200 Subject: [PATCH] Fix dimension --- Server/Commands/Admin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Commands/Admin.cs b/Server/Commands/Admin.cs index ed44c4dc..5c31f00b 100644 --- a/Server/Commands/Admin.cs +++ b/Server/Commands/Admin.cs @@ -1290,7 +1290,7 @@ namespace reallife_gamemode.Server.Commands target.Freeze(true); } [Command("dimension")] - public void CmdAdminDimension(Client player, string targetname, uint dimension) + public void CmdAdminDimension(Client player) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true) {