Skip to content

Commit

Permalink
7.5.13
Browse files Browse the repository at this point in the history
Possible fix for: Minecraft server sometimes fails to start during scheduled restart #230
  • Loading branch information
Osiris-Team committed Feb 28, 2024
1 parent 2429c2b commit 0038b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.osiris.autoplug.client</groupId>
<artifactId>autoplug-client</artifactId>
<version>7.5.12</version>
<version>7.5.13</version>
<packaging>jar</packaging>

<name>AutoPlug-Client</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2023 Osiris-Team.
* Copyright (c) 2021-2024 Osiris-Team.
* All rights reserved.
*
* This software is copyrighted work, licensed under the terms
Expand Down Expand Up @@ -51,7 +51,6 @@ public void execute(JobExecutionContext context) throws JobExecutionException {
for (YamlSection m :
modules) {
if (Integer.parseInt(m.getLastKey()) == i) {
AL.debug(this.getClass(), "Executing command(s): " + m.getValues().toString());
for (String command : m.asStringList()) {
try {
if (command == null)
Expand Down

0 comments on commit 0038b99

Please sign in to comment.