Fix reported type of LBoolean
This commit is contained in:
@@ -33,6 +33,6 @@ public final class LBoolean extends LValue {
|
||||
}
|
||||
|
||||
public int luaGetType() {
|
||||
return Lua.LUA_TFUNCTION;
|
||||
return Lua.LUA_TBOOLEAN;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user