Browse Source

Minecraft Stop Command No Need for Forward Slash

own3mall 5 years ago
parent
commit
784c01ee3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OGP/ogp_agent.pl

+ 1 - 1
OGP/ogp_agent.pl

@@ -1208,7 +1208,7 @@ sub stop_server_without_decrypt
 				}
 			);
 
-			my $rconCommand = "/stop";
+			my $rconCommand = "stop";
 			my $mc_result = $minecraft->command($rconCommand);
 			if ($mc_result) {
 				logger "Minecraft Shutdown command sent successfully";