mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 08:49:21 +01:00
various 516 tweaks (#7071)
@LetterN did like everything I'm late to the party so I'm just here to
clean things up 😊
This commit is contained in:
@@ -206,13 +206,11 @@
|
||||
// log to player lookup
|
||||
update_lookup_in_db()
|
||||
|
||||
//* Resolve storage datums
|
||||
// resolve persistent data
|
||||
//* Resolve storage datums *//
|
||||
|
||||
persistent = resolve_client_data(ckey, key)
|
||||
//* Resolve database data
|
||||
player = resolve_player_data(ckey, key)
|
||||
player.log_connect()
|
||||
//* Resolve preferences
|
||||
preferences = SSpreferences.resolve_game_preferences(key, ckey)
|
||||
//? WARNING: SHITCODE ALERT ?//
|
||||
// we wait until it inits to do this
|
||||
@@ -222,8 +220,10 @@
|
||||
//? END ?//
|
||||
|
||||
//* Create interface UI *//
|
||||
|
||||
if(byond_version >= 516)
|
||||
winset(src, null, list("browser-options" = "find,refresh,byondstorage"))
|
||||
// TODO: enable/disable devtools for admins only
|
||||
winset(src, null, list("browser-options" = "find,refresh,byondstorage,devtools"))
|
||||
|
||||
// todo: move top level menu here, for now it has to be under prefs.
|
||||
tgui_stat = new(src, SKIN_BROWSER_ID_STAT)
|
||||
|
||||
Reference in New Issue
Block a user