Skip to content

Commit

Permalink
fix save state crash
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Mar 27, 2024
1 parent 15f4b07 commit 1a4eb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src/escript.cc
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,14 @@ on_entity_remove(entity *self, void *userdata)

static const char* ignore[] = {
"_VERSION", "assert", "collectgarbage", "coroutine", "debug", "dofile",
"error", "gcinfo" "getfenv", "getmetatable", "io", "ipairs", "load",
"error", "gcinfo", "getfenv", "getmetatable", "io", "ipairs", "load",
"loadfile", "loadstring", "math", "module", "newproxy", "next", "os",
"package", "pairs", "pcall", "print", "rawequal", "rawget", "rawset",
"rawlen", "require", "select", "setfenv", "setmetatable", "table",
"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 1a4eb45

Please sign in to comment.