Skip to content

Commit

Permalink
fix broken replay thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Feb 10, 2025
1 parent 8148e39 commit db86588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monkestation/code/modules/replays/subsystem/replay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ SUBSYSTEM_DEF(demo)
disable()
return SS_INIT_NO_NEED

rustg_file_write("[GLOB.round_id]", "[GLOB.demo_directory]/round_number_[world.port].txt")

WRITE_LOG_NO_FORMAT(GLOB.demo_log, "demo version 1\n") // increment this if you change the format
if(GLOB.revdata)
WRITE_LOG_NO_FORMAT(GLOB.demo_log, "commit [GLOB.revdata.originmastercommit || GLOB.revdata.commit]\n")
Expand Down

0 comments on commit db86588

Please sign in to comment.