We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0485b0c commit 105c641Copy full SHA for 105c641
1 file changed
src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/misc/FFILib.kt
@@ -51,7 +51,7 @@ class FFILib : LuaTable() {
51
private val gcEntries = ConcurrentHashMap<Long, Pair<Pointer, LuaValue>>()
52
private val metatypeRegistry = ConcurrentHashMap<String, LuaTable>()
53
private val typeOfRegistry = ConcurrentHashMap<String, CType>()
54
- private var debugMode = AtomicBoolean(true)
+ private var debugMode = AtomicBoolean(false)
55
56
init {
57
registerBasicTypes()
0 commit comments