* Mirror of tgstation's Common Build Tooling (#55373)

* tgui 4.3 (#56080)

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
This commit is contained in:
Useroth
2021-01-18 07:42:54 +01:00
committed by GitHub
co-authored by Aleksej Komarov
parent 2999fb4f90
commit ef6481e253
185 changed files with 8554 additions and 7403 deletions
+2 -3
View File
@@ -324,10 +324,9 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
set_macros()
// Initialize tgui panel
tgui_panel.initialize()
src << browse(file('html/statbrowser.html'), "window=statbrowser")
addtimer(CALLBACK(src, .proc/check_panel_loaded), 30 SECONDS)
tgui_panel.initialize()
if(alert_mob_dupe_login)
spawn()
@@ -463,7 +462,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
var/announce_join = mob.client?.prefs?.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)
GLOB.clients -= src
GLOB.directory -= ckey
log_access("Logout: [key_name(src)]")