Skip to content

Commit 6366f42

Browse files
committed
this might log properly
1 parent 7f1f5dd commit 6366f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/controllers/configuration.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GLOBAL_LIST_EMPTY(storyteller_cache)
249249
/datum/configuration/proc/load(filename, type = "config") //the type can also be game_options, in which case it uses a different switch. not making it separate to not copypaste code - Urist
250250
var/list/Lines = file2list(filename)
251251

252-
log_misc("loading [filename]")
252+
world.log << "loading [filename]"
253253
for(var/t in Lines)
254254
if(!t) continue
255255

0 commit comments

Comments
 (0)