mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Revert "Removed optional exception logger"
This reverts commit 4ad8d3d077
.
This commit is contained in:
parent
4ad8d3d077
commit
5bd184a03a
@ -35,6 +35,8 @@ public class ModToolUserInfoComposer extends MessageComposer {
|
|||||||
totalBans = set.getInt("totalBans");
|
totalBans = set.getInt("totalBans");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} catch (SQLException e) {
|
||||||
|
LOGGER.error("Caught SQL exception", e);
|
||||||
}
|
}
|
||||||
this.response.appendInt(this.set.getInt("user_id"));
|
this.response.appendInt(this.set.getInt("user_id"));
|
||||||
this.response.appendString(this.set.getString("username"));
|
this.response.appendString(this.set.getString("username"));
|
||||||
|
Loading…
Reference in New Issue
Block a user