Browse Source

Testing Minecraft RCON Module

own3mall 5 years ago
parent
commit
b265181d95
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ogp_agent.pl

+ 2 - 2
ogp_agent.pl

@@ -1282,7 +1282,7 @@ sub stop_server_without_decrypt
 		elsif ($control_protocol eq "minecraft")
 		{
 			use Minecraft::RCON;
-			
+			my $strip_color = 1;
 			my $minecraft = Minecraft::RCON->new(
 				{
 					address     => $server_ip,
@@ -1481,7 +1481,7 @@ sub send_rcon_command
 		elsif ($control_protocol eq "minecraft")
 		{
 			use Minecraft::RCON;
-			
+			my $strip_color = 1;
 			my $minecraft = Minecraft::RCON->new(
 				{
 					address     => $server_ip,