Revert "lua: enabling string lib"

This reverts commit a0d3942c29.
This commit is contained in:
rusefillc 2022-02-22 20:42:57 -05:00
parent 780b6d0c62
commit 77bccebd2b
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 },
};