mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -424,10 +424,9 @@ ADMIN_VERB(reset_ooc_color, R_FUN, "Reset Player OOC Color", "Returns player OOC
|
||||
/client/proc/attempt_auto_fit_viewport()
|
||||
if (!prefs?.read_preference(/datum/preference/toggle/auto_fit_viewport))
|
||||
return
|
||||
// No need to attempt to fit the viewport on non-initialized clients as they'll auto-fit viewport right before finishing init
|
||||
if(fully_created)
|
||||
INVOKE_ASYNC(src, VERB_REF(fit_viewport))
|
||||
else //Delayed to avoid wingets from Login calls.
|
||||
addtimer(CALLBACK(src, VERB_REF(fit_viewport), 1 SECONDS))
|
||||
|
||||
/client/verb/policy()
|
||||
set name = "Show Policy"
|
||||
|
||||
Reference in New Issue
Block a user