Server regions (#18867)

This commit is contained in:
AffectedArc07
2022-08-21 21:27:23 +01:00
committed by GitHub
parent afbae8af1b
commit 8ec53aca7a
7 changed files with 69 additions and 4 deletions
@@ -123,6 +123,8 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
var/list/datum/keybindings = list()
/// Keybinding overrides ("name" => ["key"...])
var/list/keybindings_overrides = null
/// Player's region override for routing optimisation
var/server_region = null
/datum/preferences/New(client/C, datum/db_query/Q) // Process our query
parent = C