Skip to content

Commit

Permalink
im dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 12, 2024
1 parent 4fb551d commit 51468f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Application/Dopamine/Jailbreak/DOJailbreaker.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ typedef NS_ENUM(NSInteger, JBErrorCode) {
JBErrorCodeFailedLaunchdInjection = -11,
JBErrorCodeFailedInitProtection = -12,
JBErrorCodeFailedInitFakeLib = -13,
JBErrorCodeFailedDuplicateApps = -14,
JBErrorCodeFailedBindCores = -14,
JBErrorCodeFailedBindFonts = -15,
JBErrorCodeFailedDuplicateApps = -16,
};

@implementation DOJailbreaker
Expand Down

0 comments on commit 51468f1

Please sign in to comment.