Skip to content
Snippets Groups Projects
Commit 1e62be15 authored by Yukita Mayako's avatar Yukita Mayako
Browse files

ALL7EMERALDS is a boolean you idiot, not an integer.

parent f7c46341
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ static int lib_getsecspecial(lua_State *L)
static int lib_all7emeralds(lua_State *L)
{
lua_pushinteger(L, ALL7EMERALDS(luaL_checkinteger(L, 1)));
lua_pushboolean(L, ALL7EMERALDS(luaL_checkinteger(L, 1)));
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment