1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 14:33:34 +02:00

Throw more when using RCON

This commit is contained in:
Pavel Djundik
2015-10-24 16:11:55 +03:00
parent 4be6bf48c1
commit 613299b2bc
3 changed files with 5 additions and 12 deletions
+1 -4
View File
@@ -503,8 +503,6 @@
* @throws AuthenticationException
* @throws InvalidPacketException
* @throws SocketException
*
* @return bool True if authentication succeeded, false on failure
*/
public function SetRconPassword( $Password )
{
@@ -530,8 +528,7 @@
}
$this->Rcon->Open( );
return $this->Rcon->Authorize( $Password );
$this->Rcon->Authorize( $Password );
}
/**