mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
Partially reverts https://github.com/PolarisSS13/Polaris/pull/7713
It turns out that not garbage collecting spawned carp from overmap events can cause server issues!
This commit is contained in:
@@ -71,7 +71,7 @@ proc/get_deepspace(x,y)
|
||||
/mob/lost_in_space()
|
||||
return isnull(client)
|
||||
|
||||
/mob/living/lost_in_space()
|
||||
/mob/living/carbon/human/lost_in_space()
|
||||
return FALSE
|
||||
// return isnull(client) && !key && stat == DEAD // Allows bodies that players have ghosted from to be deleted - Ater
|
||||
|
||||
|
||||
Reference in New Issue
Block a user