mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Update 2
See PR comment
This commit is contained in:
@@ -127,8 +127,9 @@
|
||||
var/use_age_restriction_for_jobs = 0 //Do jobs use account age restrictions? --requires database
|
||||
var/use_age_restriction_for_antags = 0 //Do antags use account age restrictions? --requires database
|
||||
|
||||
var/use_exp_tracking = 1
|
||||
var/use_exp_restrictions = 0
|
||||
var/use_exp_tracking = 0
|
||||
var/use_exp_restrictions_heads = 0
|
||||
var/use_exp_restrictions_other = 0
|
||||
|
||||
var/simultaneous_pm_warning_timeout = 100
|
||||
|
||||
@@ -245,8 +246,11 @@
|
||||
if("use_exp_tracking")
|
||||
config.use_exp_tracking = 1
|
||||
|
||||
if("use_exp_restrictions")
|
||||
config.use_exp_restrictions = 1
|
||||
if("use_exp_restrictions_heads")
|
||||
config.use_exp_restrictions_heads = 1
|
||||
|
||||
if("use_exp_restrictions_other")
|
||||
config.use_exp_restrictions_other = 1
|
||||
|
||||
if("jobs_have_minimal_access")
|
||||
config.jobs_have_minimal_access = 1
|
||||
|
||||
Reference in New Issue
Block a user