1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update ResearchSetup.java

This commit is contained in:
LinoxGH 2020-10-04 09:06:21 +03:00 committed by GitHub
parent 38f891ca98
commit 7dffd84687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public final class ResearchSetup {
plugin = SlimefunPlugin.instance(); plugin = SlimefunPlugin.instance();
if (plugin == null) { if (plugin == null) {
throw new Exception("Plugin cannot be null!"); throw new UnsupportedOperationException("Plugin cannot be null!");
} }
alreadyRan = true; alreadyRan = true;