Handsup check: remove debug msg

This commit is contained in:
hydrant
2021-04-23 23:25:37 +02:00
parent 236f5db9ea
commit 143ba81717

View File

@@ -4,8 +4,6 @@
var isStopped = player.isStopped();
mp.gui.chat.push("isStopped = " + isStopped);
if (isStopped) {
mp.events.callRemote("CLIENT:Handsup_TogglePlayerHup");
}