diff --git a/ReallifeGamemode.Client/Player/handsup.ts b/ReallifeGamemode.Client/Player/handsup.ts index ca29ae5f..812689e5 100644 --- a/ReallifeGamemode.Client/Player/handsup.ts +++ b/ReallifeGamemode.Client/Player/handsup.ts @@ -4,8 +4,6 @@ var isStopped = player.isStopped(); - mp.gui.chat.push("isStopped = " + isStopped); - if (isStopped) { mp.events.callRemote("CLIENT:Handsup_TogglePlayerHup"); }