From 593ba18cd9d549e9b6bc03eea5636e74affc7a7c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 31 Jul 2019 14:23:02 -0300 Subject: Hotfix patch --- npc/functions/siege.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index baca59a63..d4d56ac45 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -37,7 +37,7 @@ function script siege_calcdiff { for (.@i = 0; .@i < .@c; .@i++) { // Dead players are not counted if (.@deadcount) { - if (ispcdead(strcharinfo(0, "", .@players[.@i]))) { + if (false) { .@skip+=1; continue; } -- cgit v1.2.3-70-g09d2