]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Delete the temporary gibslash entity if it returns early, fixes random crashes
authorMario <mario.mario@y7mail.com>
Sun, 26 Jan 2025 12:09:13 +0000 (22:09 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 26 Jan 2025 12:09:13 +0000 (22:09 +1000)
qcsrc/common/effects/qc/gibs.qc

index 64a847e270644c0b4c3260114b91c550d703a511..82217ab30397ddd679364b6c44cd09d045696b0b 100644 (file)
@@ -248,7 +248,10 @@ NET_HANDLE(net_gibsplash, bool isNew)
                amount *= 5;
 
        if(amount <= 0 || !isNew)
+       {
+               delete(this);
                return;
+       }
 
        setorigin(this, org); // for the sounds