mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Bring respawn_enabled back to config (#25264)
This commit is contained in:
committed by
GitHub
parent
20701d905c
commit
5adf1408d1
@@ -18,7 +18,7 @@
|
||||
var/allow_antag_hud = TRUE
|
||||
/// Forbid players from rejoining if they use AntagHUD?
|
||||
var/restrict_antag_hud_rejoin = TRUE
|
||||
/// Enable respanws by default?
|
||||
/// Enable respawns by default?
|
||||
var/respawn_enabled = FALSE
|
||||
/// Enable CID randomiser buster?
|
||||
var/enabled_cid_randomiser_buster = FALSE
|
||||
@@ -94,6 +94,7 @@
|
||||
CONFIG_LOAD_BOOL(allow_antag_hud, data["allow_antag_hud"])
|
||||
CONFIG_LOAD_BOOL(restrict_antag_hud_rejoin, data["restrict_antag_hud_rejoin"])
|
||||
CONFIG_LOAD_BOOL(enabled_cid_randomiser_buster, data["enable_cid_randomiser_buster"])
|
||||
CONFIG_LOAD_BOOL(respawn_enabled, data["respawn_enabled"])
|
||||
CONFIG_LOAD_BOOL(forbid_singulo_possession, data["prevent_admin_singlo_possession"])
|
||||
CONFIG_LOAD_BOOL(popup_admin_pm, data["popup_admin_pm"])
|
||||
CONFIG_LOAD_BOOL(allow_holidays, data["allow_holidays"])
|
||||
|
||||
@@ -283,6 +283,8 @@ guest_ban = true
|
||||
allow_antag_hud = true
|
||||
# Forbid players from rejoining if they use antag hud
|
||||
restrict_antag_hud_rejoin = true
|
||||
# Do we want to allow player respawns?
|
||||
respawn_enabled = false
|
||||
# Enable/disable the buster for the CID randomiser DLL
|
||||
enable_cid_randomiser_buster = false
|
||||
# Prevent admins from possessing the singularity
|
||||
|
||||
Reference in New Issue
Block a user