Browse Source

Minecraft RCON Shutdown

own3mall 5 năm trước cách đây
mục cha
commit
2fe49c642b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -1427,7 +1427,7 @@ sub send_rcon_command
 {
 	return "Bad Encryption Key" unless(decrypt_param(pop(@_)) eq "Encryption checking OK");
 	my ($home_id, $server_ip, $server_port, $control_protocol,
-		$control_password, $control_type, $rconCommand, $homedir) = decrypt_params(@_);
+		$control_password, $control_type, $rconCommand) = decrypt_params(@_);
 
 	# legacy console
 	if ($control_protocol eq "lcon")