Procházet zdrojové kódy

Testing Minecraft RCON Module

own3mall před 5 roky
rodič
revize
d336b08c3d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

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