Skip to content

Commit

Permalink
emigration: persists last cycle tick so that the behaviour is more …
Browse files Browse the repository at this point in the history
…consistent with respect to save-and-reloads
  • Loading branch information
master-spike committed Nov 13, 2024
1 parent cb03157 commit db847ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emigration.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--@module = true
--@enable = true

local utils = require('utils')

local GLOBAL_KEY = 'emigration' -- used for state change hooks and persistence

local function get_default_state()
Expand Down

0 comments on commit db847ce

Please sign in to comment.