Fix dimension
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user