Clean up merge conflicts

This commit is contained in:
Arokha Sieyes
2020-05-14 09:44:52 -04:00
parent 21620a1814
commit a77da3b5df
5 changed files with 0 additions and 116 deletions

View File

@@ -281,15 +281,8 @@
//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)