diff --git a/code/game/world.dm b/code/game/world.dm index 2423cb263c..e17dae23bf 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -125,7 +125,7 @@ GLOBAL_LIST(topic_status_cache) GLOB.subsystem_log = "[GLOB.log_directory]/subsystem.log" GLOB.reagent_log = "[GLOB.log_directory]/reagents.log" GLOB.world_crafting_log = "[GLOB.log_directory]/crafting.log" - GLOb.click_log = "[GLOB.log_directory]/click.log" + GLOB.click_log = "[GLOB.log_directory]/click.log" #ifdef UNIT_TESTS