Fix UserConfig.getConfig
Dieser Commit ist enthalten in:
Ursprung
c62c2990c0
Commit
38155f5345
@ -47,7 +47,7 @@ public class UserConfig {
|
|||||||
}
|
}
|
||||||
return config.getString("Value");
|
return config.getString("Value");
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
throw new SecurityException();
|
throw new SecurityException(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren