From 43311591cda4dbca2992e10c908e160ddfd71c5c Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 16 Sep 2019 14:23:37 -0400 Subject: [PATCH] remove debug cvar (wow, good job id) --- source/player.qc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/player.qc b/source/player.qc index df219c0..56f5877 100644 --- a/source/player.qc +++ b/source/player.qc @@ -558,10 +558,7 @@ void() PlayerDie = { return; } - i = cvar("temp1"); - if(!i) { - i = 1 + floor(random() * 6); - } + i = 1 + floor(random() * 6); if(i == 1) { player_diea1();