We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528ea65 commit 59e9d07Copy full SHA for 59e9d07
code/controllers/configuration/configuration.dm
@@ -379,8 +379,7 @@ Example config:
379
return
380
381
log_config("Loading config file word_filter.toml...")
382
-
383
- var/list/word_filter = rustg_read_toml_file("[directory]/word_filter.toml")
+ var/list/result = rustg_raw_read_toml_file("[directory]/word_filter.toml")
384
if(!result["success"])
385
var/message = "The word filter is not configured correctly! [result["content"]]"
386
log_config(message)
0 commit comments