head
This commit is contained in:
@@ -224,7 +224,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
}
|
||||
|
||||
[Command("position", "~m~Benutzung: ~s~/position")]
|
||||
public void CmdAdminShowPos(Client player)
|
||||
public void CmdAdminPosition(Client player)
|
||||
{
|
||||
if (!player.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true)
|
||||
{
|
||||
@@ -232,7 +232,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
ChatService.SendMessage(player, "Position: X Y Z H: " + player.Position);
|
||||
ChatService.SendMessage(player, "Position: X Y Z H: " + player.Position + " " + player.Heading);
|
||||
}
|
||||
|
||||
[Command("gh", "~m~Benutzung: ~s~/gh [Name]")]
|
||||
|
||||
Reference in New Issue
Block a user