[release]

This commit is contained in:
crschnick
2023-04-25 10:20:36 +00:00
parent bc52cafaa1
commit 2b2614cc9b
2 changed files with 6 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ public abstract class UpdateHandler {
.getValue()
.getVersion()
.equals(preparedUpdate.getValue().getVersion())) {
event("Update is already prepared ...");
return;
}
}