Commit 2652821e authored by nanahira's avatar nanahira

typo

parent 2596febe
...@@ -631,7 +631,7 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -631,7 +631,7 @@ interpreter::interpreter(duel* pd): coroutines(256) {
set_duel_info(lua_state, pd); set_duel_info(lua_state, pd);
//Initial //Initial
luaL_openlibs(lua_state); luaL_openlibs(lua_state);
#ifdef YGOPRO_LUA_SAVE #ifdef YGOPRO_LUA_SAFE
lua_pushnil(lua_state); lua_pushnil(lua_state);
lua_setglobal(lua_state, "io"); lua_setglobal(lua_state, "io");
lua_pushnil(lua_state); lua_pushnil(lua_state);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment