mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
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:
@@ -210,7 +210,7 @@
|
||||
|
||||
taser = null
|
||||
firer = null
|
||||
if(!QDELING(tase_line))
|
||||
if(!QDELETED(tase_line))
|
||||
QDEL_NULL(tase_line)
|
||||
else
|
||||
tase_line = null
|
||||
|
||||
Reference in New Issue
Block a user