From 8d64dab50c04488e16f726efe766402b92c9ec09 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 8 May 2021 02:12:16 +0200 Subject: [PATCH] ww --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)