mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
oops: fix sorter filter crash
This commit is contained in:
parent
b6d4e95ec9
commit
c4e973dc03
@ -83,7 +83,7 @@ public class GUICraneRouter extends GuiInfoContainer {
|
||||
int index = i % 5;
|
||||
|
||||
if(this.isMouseOverSlot(slot, x, y) && matcher.modes[index] != null) {
|
||||
this.func_146283_a(Arrays.asList(new String[] { EnumChatFormatting.RED + "Right click to change", ModulePatternMatcher.getLabel(matcher.modes[i])}), x, y - 30);
|
||||
this.func_146283_a(Arrays.asList(new String[] { EnumChatFormatting.RED + "Right click to change", ModulePatternMatcher.getLabel(matcher.modes[index])}), x, y - 30);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user