Skip to content

Commit

Permalink
Fixed a bug that caused the server to automatically start up again wh…
Browse files Browse the repository at this point in the history
…en it was closed
  • Loading branch information
Kamesuta committed Feb 13, 2024
1 parent 93d555f commit 2da76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kamesuta</groupId>
<artifactId>BungeePteroPower</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>BungeePteroPower</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public static void sendPowerSignal(CommandSender sender, String serverName, Stri
if (signalType == PowerSignal.STOP) {
// When stopping the server
sender.sendMessage(plugin.messages.success("server_stop", serverName));
return;
}

// Start auto stop task and send warning
Expand Down

0 comments on commit 2da76c0

Please sign in to comment.