Revert "lua: enabling string lib"

This reverts commit f4297bafe6.
This commit is contained in:
rusefillc 2022-02-22 20:42:57 -05:00
parent 5cf45c09e5
commit d80f3e0b80
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ static int lua_setTickRate(lua_State* l) {
static void loadLibraries(LuaHandle& ls) {
constexpr luaL_Reg libs[] = {
{ LUA_GNAME, luaopen_base },
{ LUA_STRLIBNAME, luaopen_string },
{ LUA_MATHLIBNAME, luaopen_math },
};