diff options
-rw-r--r-- | npc/functions/siege.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |