LivePatch Global

This commit is contained in:
2026-07-18 16:32:51 -07:00
parent 102941b5d2
commit 1239145da4

View File

@ -27,7 +27,7 @@ class LivePatch extends iron.Trait {
var id = Std.parseInt(lines[0]);
if (id > patchId) {
patchId = id;
js.Lib.eval(lines[1]);
js.Syntax.code("var iron = {0}, LivePatch = {1}; eval({2})", Bridge, LivePatch, lines[1]);
}
});
}