mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
* Hard Del Fixes, Ref Tracking Changes
This commit is contained in:
@@ -500,7 +500,8 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
var/announce_join = mob.client?.prefs?.read_preference(/datum/preference/toggle/broadcast_login_logout)
|
||||
if (!stealth_admin)
|
||||
deadchat_broadcast(" has disconnected.", "<b>[mob][mob.get_realname_string()]</b>", follow_target = mob, turf_target = get_turf(mob), message_type = DEADCHAT_LOGIN_LOGOUT, admin_only=!announce_join)
|
||||
|
||||
mob.become_uncliented()
|
||||
|
||||
GLOB.clients -= src
|
||||
GLOB.directory -= ckey
|
||||
log_access("Logout: [key_name(src)]")
|
||||
@@ -533,10 +534,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
send2adminchat("Server", "[cheesy_message] (No admins online)")
|
||||
QDEL_LIST_ASSOC_VAL(char_render_holders)
|
||||
|
||||
if(movingmob != null)
|
||||
LAZYREMOVE(movingmob.client_mobs_in_contents, mob)
|
||||
movingmob = null
|
||||
|
||||
active_mousedown_item = null
|
||||
SSambience.remove_ambience_client(src)
|
||||
SSmouse_entered.hovers -= src
|
||||
|
||||
Reference in New Issue
Block a user