Pārlūkot izejas kodu

Testing Minecraft RCON Module

own3mall 5 gadi atpakaļ
vecāks
revīzija
ff555c18b9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);