Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 23, 2023
1 parent c2fa8c6 commit e4e301a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions code/controllers/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,11 @@

var/static/deletion_starts_paused = TRUE

<<<<<<< ours
var/static/enable_cold_mist = FALSE

// [SIERRA-ADD]
var/static/shutdown_on_reboot = FALSE
// [/SIERRA-ADD]
=======
var/static/enable_cold_mist = FALSE
>>>>>>> theirs


/datum/configuration/New()
Expand Down Expand Up @@ -853,7 +851,8 @@
warn_if_staff_same_ip = TRUE
if ("deletion_starts_paused")
deletion_starts_paused = TRUE
<<<<<<< ours
if ("enable_cold_mist")
enable_cold_mist = TRUE
// [SIERRA-ADD]
if ("shutdown_on_reboot")
shutdown_on_reboot = TRUE
Expand All @@ -866,10 +865,6 @@
if("minimum_byondacc_age")
minimum_byondacc_age = text2num(value)
// [/SIERRA-ADD]
=======
if ("enable_cold_mist")
enable_cold_mist = TRUE
>>>>>>> theirs
else
log_misc("Unknown setting in config/config.txt: '[name]'")

Expand Down

0 comments on commit e4e301a

Please sign in to comment.