diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index d781fd18..1bebfc64 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -550,7 +550,7 @@ namespace ReallifeGamemode.Server.Commands #endregion Support #region Admin - [Command("towwaypoint", "~m~Benutzung: ~s~/towwaypoint", Alias = "tow")] + [Command("towaypoint", "~m~Benutzung: ~s~/towaypoint", Alias = "tow")] public void CmdAdminToWaypoint(Player player) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)