Quellcode durchsuchen

Minecraft Updates

own3mall vor 5 Jahren
Ursprung
Commit
3c1f3f0a78
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      includes/lib_remote.php

+ 1 - 1
includes/lib_remote.php

@@ -213,7 +213,7 @@ class OGPRemoteLibrary
 	/// \return 1 On success.
 
 	public function remote_send_rcon_command($home_id, $server_ip,
-		$server_port, $control_protocol, $control_password, $control_type, $rconCommand, $home_path, &$data)
+		$server_port, $control_protocol, $control_password, $control_type, $rconCommand, &$data)
 	{
 		$params_array = $this->encrypt_params($home_id,$server_ip,$server_port,
 			$control_protocol,$control_password,$control_type, $rconCommand);