Ver Fonte

Testing Minecraft RCON Module

own3mall há 5 anos atrás
pai
commit
ff555c18b9
1 ficheiros alterados com 1 adições e 1 exclusões
  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);