]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a newly added bug
authorterencehill <piuntn@gmail.com>
Sat, 10 Aug 2019 17:33:34 +0000 (19:33 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 10 Aug 2019 17:33:34 +0000 (19:33 +0200)
qcsrc/server/sv_main.qc

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