[MIRROR] Add development override configuration system [MDB IGNORE] (#17752)

* Add development override configuration system (#71427)

Config system will now load dev_overrides.txt automatically if it
exists, but this file is in gitignore. I want to use this for
configuring SQL and such easier.

* Add development override configuration system

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-11-27 14:51:22 -08:00
committed by GitHub
co-authored by Mothblocks
parent 82fe761531
commit 65defb2ad4
3 changed files with 10 additions and 0 deletions
@@ -84,6 +84,8 @@
for(var/J in legacy_configs)
LoadEntries(J)
break
if (fexists("[directory]/dev_overrides.txt"))
LoadEntries("dev_overrides.txt")
loadmaplist(CONFIG_MAPS_FILE)
LoadMOTD()
LoadPolicy()