diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 15d159a7..913122b0 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -133,7 +133,7 @@ namespace ReallifeGamemode.Server.Commands } [Command("hup")] - public void CmdAnim(Player player) + public void CmdUserHup(Player player) { player.ToggleSurrender(); }