]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a newly added bug to match old behavior *exactly*
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 12 Aug 2019 10:10:44 +0000 (12:10 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 12 Aug 2019 10:10:44 +0000 (12:10 +0200)
qcsrc/server/sv_main.qc

index a281e9054be8a17ebebcb44efa0454a1a2e7a947..6b5b19d79ec8a60d141da4248e547b8deaca1480 100644 (file)
@@ -30,7 +30,7 @@
 
 void CreatureFrame_hotliquids(entity this)
 {
-       if (this.dmgtime > time)
+       if (this.dmgtime >= time)
        {
                return;
        }