remove debug cvar (wow, good job id)
This commit is contained in:
parent
f1c8b09b94
commit
43311591cd
|
@ -558,10 +558,7 @@ void() PlayerDie = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
i = cvar("temp1");
|
i = 1 + floor(random() * 6);
|
||||||
if(!i) {
|
|
||||||
i = 1 + floor(random() * 6);
|
|
||||||
}
|
|
||||||
|
|
||||||
if(i == 1) {
|
if(i == 1) {
|
||||||
player_diea1();
|
player_diea1();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user