Fixes a taser runtime. (#90806)

(Should the QDELING define be nullchecked or left alone?)

## About The Pull Request

Fixes a taser runtime.

## Why It's Good For The Game

Fixes a taser runtime.

## Changelog

🆑 BurgerBB
fix: Fixes a taser runtime.
/🆑

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
BurgerLUA
2025-04-25 08:02:47 -07:00
committed by Shadow-Quill
parent aafabf82a7
commit 2003cc63bc

View File

@@ -210,7 +210,7 @@
taser = null
firer = null
if(!QDELING(tase_line))
if(!QDELETED(tase_line))
QDEL_NULL(tase_line)
else
tase_line = null