Removed redundant return statement.

This commit is contained in:
tastybento 2019-11-03 14:24:24 -08:00
parent 23b8062e5a
commit 31717a45e5

View File

@ -50,7 +50,6 @@ public class BSkyBlock extends GameModeAddon implements Listener {
// Disable
logError("BSkyBlock settings could not load! Addon disabled.");
setState(State.DISABLED);
return;
}
}