From 7ba068c73da7d728c4f44c686863b7cac3049280 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 27 Mar 2024 23:56:31 +0100 Subject: [PATCH] Fix save state crash (#163) --- src/src/escript.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/escript.cc b/src/src/escript.cc index b262b41c..c0dddfa3 100644 --- a/src/src/escript.cc +++ b/src/src/escript.cc @@ -385,7 +385,7 @@ static const char* ignore[] = { "tonumber", "tostring", "type", "unpack", "wl", "xpcall", "string", "_", "set_textdomain", "get_build_id", "ngettext", "_ENV", "game", "this", "socket", "step", "world", "cam", "math", "_G", - "init", "include", "world.___persist_entity", 0 + "init", "include", "world.___persist_entity", "bit32", 0 }; static void