Fixed crash with Grid, fixes #1416
This commit is contained in:
@@ -618,6 +618,10 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
||||
konami.pop();
|
||||
}
|
||||
|
||||
if (searchField == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (checkHotbarKeys(keyCode)) {
|
||||
// NO OP
|
||||
} else if (searchField.textboxKeyTyped(character, keyCode)) {
|
||||
|
||||
Reference in New Issue
Block a user