Freezing/Crashing When Saving Replay (fixed script attached)
I changed replay_save.lua to fix the game freezing when you save a replay. the fixed file is attached. it would be nice if the fix were added to the game, it's only a few lines of code
changes:
replaced for loop in savereplay function with table.concat()
Last edited by bleed; Jun 18, 2026 at 08:20 PM.
Reason: a