micha4supporter
This commit is contained in:
@@ -444,10 +444,9 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
player.SafeTeleport(target.Position);
|
||||
player.Dimension = target.Dimension;
|
||||
ChatService.SendMessage(player, "~c~* Du hast dich teleportiert.");
|
||||
}
|
||||
|
||||
|
||||
ChatService.SendMessage(player, "~c~* Du hast dich teleportiert.");
|
||||
}
|
||||
|
||||
[Command("gh", "~m~Benutzung: ~s~/gh [Name]")]
|
||||
@@ -477,9 +476,9 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
target.SafeTeleport(player.Position);
|
||||
target.Dimension = player.Dimension;
|
||||
ChatService.SendMessage(target, "~c~* Du wurdest teleportiert.");
|
||||
}
|
||||
|
||||
ChatService.SendMessage(target, "~c~* Du wurdest teleportiert.");
|
||||
}
|
||||
|
||||
[Command("pm", "~m~Benutzung: ~s~/pm [Spieler] [Nachricht]", GreedyArg = true)]
|
||||
|
||||
Reference in New Issue
Block a user