mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixed cryopods causing an harddel on mobs (#19721)
Fixed cryopods causing an harddel on mobs
This commit is contained in:
@@ -397,8 +397,6 @@
|
||||
to_chat(usr, jointext(GLOB.living_mob_list,", "))
|
||||
if("Dead Mobs")
|
||||
to_chat(usr, jointext(GLOB.dead_mob_list,", "))
|
||||
if("Frozen Mobs")
|
||||
to_chat(usr, jointext(GLOB.frozen_crew,", "))
|
||||
if("Clients")
|
||||
to_chat(usr, jointext(GLOB.clients,", "))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user