Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 18, 2023
1 parent fa993d4 commit f5987f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/controllers/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,6 @@
warn_if_staff_same_ip = TRUE
if ("deletion_starts_paused")
deletion_starts_paused = TRUE
<<<<<<< ours
// [SIERRA-ADD]
if ("shutdown_on_reboot")
shutdown_on_reboot = TRUE
Expand All @@ -866,10 +865,8 @@
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 f5987f2

Please sign in to comment.