[-] "CmdAnim" -> "CmdUserHup"

This commit is contained in:
hydrant
2021-04-22 13:11:47 +02:00
parent a26a7991f7
commit be5dc8c8ca

View File

@@ -133,7 +133,7 @@ namespace ReallifeGamemode.Server.Commands
}
[Command("hup")]
public void CmdAnim(Player player)
public void CmdUserHup(Player player)
{
player.ToggleSurrender();
}