diff options
-rw-r--r-- | npc/commands/resync.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index 1a1dfb121..53a406061 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -15,7 +15,7 @@ OnCall: dispbottom l("Impossible to resync: You are dead."); end; } - if (@rsync_delay > gettimetick(2) && readparam(Hp) < readparam(MaxHp)) { + if (@rsync_delay > gettimetick(2)) { dispbottom l("Not resync'ing to prevent flood."); end; } |