فهرست منبع

Testing Minecraft RCON Module

own3mall 5 سال پیش
والد
کامیت
9f3c8e5268
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      ogp_agent.pl

+ 2 - 2
ogp_agent.pl

@@ -1281,7 +1281,7 @@ sub stop_server_without_decrypt
 		}
 		elsif ($control_protocol eq "minecraft")
 		{
-			use Minecraft::Minecraft::RCON;
+			use Minecraft::RCON;
 			
 			my $minecraft = Minecraft::RCON->new(
 				{
@@ -1480,7 +1480,7 @@ sub send_rcon_command
 		}
 		elsif ($control_protocol eq "minecraft")
 		{
-			use Minecraft::Minecraft::RCON;
+			use Minecraft::RCON;
 			
 			my $minecraft = Minecraft::RCON->new(
 				{