File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/xxmicloxx/NoteBlockAPI/utils Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.xxmicloxx</groupId >
77 <artifactId >NoteBlockAPI</artifactId >
8- <version >1.4</version >
8+ <version >1.4.1 </version >
99 <name >NoteBlockAPI</name >
1010
1111 <properties >
Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ public static boolean isCustomInstrument(byte instrument) {
134134 * @return index where an instrument can be added
135135 */
136136 public static byte getCustomInstrumentFirstIndex () {
137- if (CompatibilityUtils .getServerVersion () >= 0.0112f ) {
138- return 10 ;
139- }
140137 if (CompatibilityUtils .getServerVersion () >= 0.0114f ) {
141138 return 16 ;
142139 }
140+ if (CompatibilityUtils .getServerVersion () >= 0.0112f ) {
141+ return 10 ;
142+ }
143143 return 5 ;
144144 }
145145
You can’t perform that action at this time.
0 commit comments