Explorar o código

Minecraft Stop Command No Need for Forward Slash

own3mall %!s(int64=5) %!d(string=hai) anos
pai
achega
784c01ee3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";