Skip to content

Commit

Permalink
feat: Allow Planet files generated through unofficial Planet IDs
Browse files Browse the repository at this point in the history
Issue: #60
  • Loading branch information
kaaass committed Aug 29, 2023
1 parent d463239 commit 432e9b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class PrefsFragment extends PreferenceFragmentCompat implements SharedPre
* Plant 文件固定头
*/
private static final byte[] PLANET_FILE_HEADER = new byte[]{
0x01, 0x00, 0x00, 0x00, 0x00, 0x08, (byte) 0xea, (byte) 0xc9, 0x0a
0x01, // World type, 0x01 = planet
};
private SwitchPreference prefPlanetUseCustom;
private Preference prefSetPlanetFile;
Expand Down

0 comments on commit 432e9b4

Please sign in to comment.