diff --git a/VERSION b/VERSION index a6333e4..0d3ad67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.9 +2.2.10 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4089f84..92ec92b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +**2.2.10** +* Fix Bug With Picking Up Items In "Remove Creative Mode Restrictions" Mode + **2.2.9** * Fix String Sanitization * Store Files In `/usr/lib` diff --git a/images/start.png b/images/start.png index 2e88a5f..f101b58 100644 Binary files a/images/start.png and b/images/start.png differ diff --git a/mods/src/creative/creative.cpp b/mods/src/creative/creative.cpp index cdbe10f..abcb307 100644 --- a/mods/src/creative/creative.cpp +++ b/mods/src/creative/creative.cpp @@ -86,8 +86,7 @@ void init_creative() { unsigned char inv_creative_check_r3_patch[4] = {0x03, 0x00, 0x53, 0xe1}; // "cmp r3, r3" patch((void *) 0x923c0, inv_creative_check_r3_patch); patch((void *) 0x92828, nop_patch); - unsigned char inv_creative_check_r1_patch[4] = {0x01, 0x00, 0x51, 0xe1}; // "cmp r1, r1" - patch((void *) 0x9282c, inv_creative_check_r1_patch); + patch((void *) 0x92830, nop_patch); // Display Slot Count patch((void *) 0x1e3f4, nop_patch); unsigned char slot_count_patch[4] = {0x18, 0x00, 0x00, 0xea}; // "b 0x27110"