This commit is contained in:
Atermonera
2020-05-13 21:33:15 -07:00
committed by VirgoBot
parent bfeb081f30
commit 21620a1814
5 changed files with 112 additions and 0 deletions

View File

@@ -281,10 +281,15 @@
//A list of every mob with a client
for(var/mob in player_list)
<<<<<<< HEAD
//VOREStation Edit - Trying to fix some vorestation bug.
if(!ismob(mob))
player_list -= mob
crash_with("There is a null or non-mob reference inside player_list ([mob]).")
=======
if(!ismob(mob))
player_list -= mob
>>>>>>> 3b3e5b3... Merge pull request #7080 from VOREStation/pol-uavs
continue
//VOREStation Edit End - Trying to fix some vorestation bug.
if(get_turf(mob) in hearturfs)