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