Skip to content

Commit

Permalink
Boop
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 16, 2023
1 parent 2909256 commit 8502831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GLOBAL_VAR(href_logfile)
// to_file(global.diary, "[log_end]\n[log_end]\nStarting up. (ID: [game_id]) [time2text(world.timeofday, "hh:mm.ss")][log_end]\n---------------------[log_end]") // SIERRA-EDIT - ORIGINAL

// Do not use `game_log` anywhere else! Use `log_game`!
game_log(global.diary, "\n\nStarting up. (ID: [game_id]) [time2text(world.timeofday, "hh:mm.ss")]\n---------------------")
rustg_log_write_formatted("[GLOB.log_directory]/game.log", "Starting up. (ID: [game_id])\n---------------------------")
// [/SIERRA-EDIT]


Expand Down

0 comments on commit 8502831

Please sign in to comment.