瀏覽代碼

Testing Minecraft RCON Module

own3mall 5 年之前
父節點
當前提交
d336b08c3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;