From 282121767b8a74b9b4006f1eb78d54cc3e16e369 Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Sun, 16 Mar 2025 07:31:27 +0700 Subject: [PATCH] fix 5.1 compat --- evolved.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolved.lua b/evolved.lua index 57a1c0c..b13b057 100644 --- a/evolved.lua +++ b/evolved.lua @@ -269,7 +269,7 @@ local function __release_id(id) __error_fmt('id is not acquired or already released') end - shifted_version = shifted_version == 0xFFFFF00000 + shifted_version = shifted_version == 0xFFFFF * 0x100000 and 0x100000 or shifted_version + 0x100000