Commit a743c94e authored by nanahira's avatar nanahira

comment

parent c1ddd8fa
......@@ -627,7 +627,7 @@ interpreter::interpreter(duel* pd): coroutines(256) {
lua_pushnil(lua_state);
lua_setglobal(lua_state, "os");
*/
//add bit lib back in 2pick - will be reverted
//add bit lib back
lua_getglobal(lua_state, "bit32");
lua_setglobal(lua_state, "bit");
//open all libs
......
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