Fixes a runtime in mob_hunt_game_app.dm (#17493)

This commit is contained in:
Sirryan2002
2022-03-17 16:42:29 -04:00
committed by GitHub
parent db98ce3adb
commit cffa2d0520

View File

@@ -29,7 +29,8 @@
STOP_PROCESSING(SSobj, pda)
/datum/data/pda/app/mob_hunter_game/Destroy()
STOP_PROCESSING(SSobj, pda)
if(pda)
STOP_PROCESSING(SSobj, pda)
SSmob_hunt.connected_clients -= src
return ..()