diff --git a/BaseBin/launchdhook/src/update.m b/BaseBin/launchdhook/src/update.m index 4bb8678b5..fb6170321 100644 --- a/BaseBin/launchdhook/src/update.m +++ b/BaseBin/launchdhook/src/update.m @@ -157,7 +157,7 @@ void jbupdate_update_system_info(void) xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.physBase", kconstant(physBase)); xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.physSize", kconstant(physSize)); xpc_dictionary_set_uint64(systemInfoXdict, "kernelConstant.cpuTTEP", kconstant(cpuTTEP)); - xpc_dictionary_set_bool(systemInfoXdict, "jailbreakInfo.usesPACBypass", jbinfo(usesPACBypass)); + xpc_dictionary_set_uint64(systemInfoXdict, "jailbreakInfo.usesPACBypass", jbinfo(usesPACBypass)); xpc_dictionary_set_string(systemInfoXdict, "jailbreakInfo.rootPath", jbinfo(rootPath)); // Rebuild gSystemInfo