Created
October 28, 2016 10:35
-
-
Save Li-blog/0609f2c692e82442c39001f695f96da8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)StartUpload_hooked:(id)arg1 { | |
CMessageWrap *wrap = (CMessageWrap *)arg1; | |
if (wrap.m_uiGameType == 2) { | |
[self StartUpload_hooked:setDice(arg1, 6)]; | |
} else if (wrap.m_uiGameType == 1) { | |
[self StartUpload_hooked:setJsb(arg1, 1)]; | |
} else { | |
[self StartUpload_hooked:arg1]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment