From be5dc8c8cab05cb495162b096e56594565dc837a Mon Sep 17 00:00:00 2001 From: hydrant Date: Thu, 22 Apr 2021 13:11:47 +0200 Subject: [PATCH] [-] "CmdAnim" -> "CmdUserHup" --- ReallifeGamemode.Server/Commands/UserCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }