소스 검색

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;