mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Upgrades SDQL2 and refactors it to a datum
This commit is contained in:
@@ -215,8 +215,11 @@ var/list/admin_verbs_debug = list(
|
||||
/client/proc/enable_debug_verbs,
|
||||
/client/proc/callproc,
|
||||
/client/proc/callproc_target,
|
||||
<<<<<<< HEAD
|
||||
/client/proc/debug_process,
|
||||
/client/proc/SDQL_query,
|
||||
=======
|
||||
>>>>>>> ae64d73... Upgrades SDQL2 and refactors it to a datum (#5793)
|
||||
/client/proc/SDQL2_query,
|
||||
/client/proc/Jump,
|
||||
/client/proc/debug_rogueminer,
|
||||
@@ -645,7 +648,7 @@ var/list/admin_verbs_event_manager = list(
|
||||
return
|
||||
|
||||
var/datum/preferences/D
|
||||
var/client/C = directory[warned_ckey]
|
||||
var/client/C = GLOB.directory[warned_ckey]
|
||||
if(C) D = C.prefs
|
||||
else D = preferences_datums[warned_ckey]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user