diff options
| author | Moulberry <jjenour@student.unimelb.edu.au> | 2021-10-13 15:46:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 15:46:13 +0800 |
| commit | b11742988dec635b5c5da7c2363803cbfafb37b1 (patch) | |
| tree | d161c7ab2f675dd1f82d2fe8194d7e62bbdaac0a /src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java | |
| parent | 8eee6262a6e2c372240331f3c43c2279bd18539e (diff) | |
| parent | 030f72bb49ab4bca0c35899090550432c5aa0bea (diff) | |
| download | notenoughupdates-b11742988dec635b5c5da7c2363803cbfafb37b1.tar.gz notenoughupdates-b11742988dec635b5c5da7c2363803cbfafb37b1.tar.bz2 notenoughupdates-b11742988dec635b5c5da7c2363803cbfafb37b1.zip | |
Merge pull request #231 from DoKM/master
DoKM Fork Merge
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java index cfc51708..22a17c9f 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java @@ -495,7 +495,7 @@ public class GuiInvButtonEditor extends GuiScreen { } catch (IllegalArgumentException e){ return false; } - } catch (HeadlessException | IOException | UnsupportedFlavorException e) { + } catch (HeadlessException | IOException | UnsupportedFlavorException | IllegalStateException e) { return false; } } |
