Skip to content

Commit

Permalink
server: add resources.txt config entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Jul 29, 2024
1 parent 033fb3e commit 8e970fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/configuration/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GLOBAL_LIST_EMPTY(overflow_whitelist)
InitEntries()

//Note: `$include`s are supported. Feel free to use them.
var/list/configs = list("game_options.txt", "dbconfig.txt", "config.txt", "emojis.txt")
var/list/configs = list("game_options.txt", "dbconfig.txt", "config.txt", "emojis.txt", "resources.txt")
for(var/I in configs)
if(fexists("[directory]/[I]"))
for(var/J in configs)
Expand Down

0 comments on commit 8e970fe

Please sign in to comment.