feat: release v1.4.6 - Fix SavedVariables persistence and red textures for MafWow/3.3.5a

This commit is contained in:
Xurkon
2026-03-22 08:30:20 -05:00
parent d342fd3461
commit 6e34cebead
40 changed files with 654 additions and 558 deletions
+7 -6
View File
@@ -24,12 +24,13 @@ API:
]]
local bit = bit
local band = bit.band
local bor = bit.bor
local bxor = bit.bxor
local lshift = bit.lshift
local rshift = bit.rshift
local bit = _G.bit
local band = bit and bit.band
local bor = bit and bit.bor
local bxor = bit and bit.bxor
local lshift = bit and bit.lshift
local rshift = bit and bit.rshift
local string = string
local sbyte = string.byte