소스 검색

Testing Minecraft RCON Module

own3mall 5 년 전
부모
커밋
ff555c18b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -1472,7 +1472,7 @@ sub send_rcon_command
 								  timeout  => 2
 								 );
 			
-			logger "Sending RCON command to $server_ip:$server_port: \n $rconCommand \n  .";
+			logger "Sending RCON command via ArmaBE module to $server_ip:$server_port: \n $rconCommand \n  .";
 					
 			my(@modedlines) = $armabe->run($rconCommand);
 			my $encoded_content = encode_list(@modedlines);