Fix dimension
This commit is contained in:
@@ -1290,7 +1290,7 @@ namespace reallife_gamemode.Server.Commands
|
|||||||
target.Freeze(true);
|
target.Freeze(true);
|
||||||
}
|
}
|
||||||
[Command("dimension")]
|
[Command("dimension")]
|
||||||
public void CmdAdminDimension(Client player, string targetname, uint dimension)
|
public void CmdAdminDimension(Client player)
|
||||||
{
|
{
|
||||||
if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)
|
if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user