Merge pull request #4103 from Citadel-Station-13/upstream-merge-33004
[MIRROR] If a client mob ends up in nullspace with no admins on a message is sent to chat
This commit is contained in:
@@ -13,9 +13,11 @@
|
|||||||
if(!loc)
|
if(!loc)
|
||||||
if(client)
|
if(client)
|
||||||
for(var/obj/effect/landmark/error/E in GLOB.landmarks_list)
|
for(var/obj/effect/landmark/error/E in GLOB.landmarks_list)
|
||||||
loc = E.loc
|
forceMove(E.loc)
|
||||||
break
|
break
|
||||||
message_admins("[key_name_admin(src)] was found to have no .loc with an attached client, if the cause is unknown it would be wise to ask how this was accomplished.")
|
var/msg = "[key_name_admin(src)] was found to have no .loc with an attached client, if the cause is unknown it would be wise to ask how this was accomplished."
|
||||||
|
message_admins(msg)
|
||||||
|
send2irc_adminless_only("Mob", msg, R_ADMIN)
|
||||||
log_game("[key_name(src)] was found to have no .loc with an attached client.")
|
log_game("[key_name(src)] was found to have no .loc with an attached client.")
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user