Skip to content

Commit

Permalink
'wl/server/HandleCommand.java' was automatically formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Widelands Bunnybot committed Aug 2, 2024
1 parent 310ceb6 commit 6418790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wl/server/HandleCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ private void handleCmdAdminQuality() throws Exception {
throw new ServerUtils.WLProtocolException("Invalid quality " + cmd[2]);
Utils.sql(Utils.Databases.kAddOns,
quality > 0 ? "update addons set quality=?, security=1 where name=?" :
"update addons set quality=? where name=?",
"update addons set quality=? where name=?",
quality, cmd[1]);

out.println("ENDOFSTREAM");
Expand Down

0 comments on commit 6418790

Please sign in to comment.