Explorar o código

Minecraft RCON Shutdown

own3mall %!s(int64=5) %!d(string=hai) anos
pai
achega
2fe49c642b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")