Skip to content

Commit 105c641

Browse files
authored
Change debugMode from true to false
1 parent 0485b0c commit 105c641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/misc

src/main/kotlin/com/nekiplay/hypixelcry/features/lua/objects/misc/FFILib.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FFILib : LuaTable() {
5151
private val gcEntries = ConcurrentHashMap<Long, Pair<Pointer, LuaValue>>()
5252
private val metatypeRegistry = ConcurrentHashMap<String, LuaTable>()
5353
private val typeOfRegistry = ConcurrentHashMap<String, CType>()
54-
private var debugMode = AtomicBoolean(true)
54+
private var debugMode = AtomicBoolean(false)
5555

5656
init {
5757
registerBasicTypes()

0 commit comments

Comments
 (0)