Fix BauweltMemberConfig
Dieser Commit ist enthalten in:
Ursprung
319fcdfae0
Commit
ad05babe45
@ -28,7 +28,7 @@ import java.util.UUID;
|
||||
public final class BauweltMemberConfig {
|
||||
|
||||
private BauweltMemberConfig() {
|
||||
throw new IllegalStateException("Utility Class");
|
||||
|
||||
}
|
||||
|
||||
public static String getPlayerConfig(Player player) {
|
||||
@ -47,7 +47,7 @@ public final class BauweltMemberConfig {
|
||||
}
|
||||
return config.getString("BauConfig");
|
||||
} catch (SQLException e) {
|
||||
return null;
|
||||
throw new SecurityException();
|
||||
}
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren