Add BauweltMemberConfig #102
@ -47,7 +47,7 @@ public class UserConfig {
|
||||
}
|
||||
return config.getString("Value");
|
||||
} catch (SQLException e) {
|
||||
throw new SecurityException();
|
||||
throw new SecurityException(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren