Skip to content

Commit

Permalink
Fix save state crash (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Mar 27, 2024
1 parent 368db07 commit 7ba068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/escript.cc
Expand Up @@ -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
Expand Down

0 comments on commit 7ba068c

Please sign in to comment.