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

Update SourceQuery.class.php

Correct some typos in SourceQuery::Rcon() phpDoc.
This commit is contained in:
Kubo2
2014-09-13 13:42:15 +02:00
parent c2c0b6bef8
commit 0571d55407
+3 -3
View File
@@ -514,11 +514,11 @@
}
/**
* Sets rcon password, for future use in Rcon()
* Sends a command to the server for execution.
*
* @param string $Command Command to execute on the server
* @param string $Command Command to execute
*
* @return bool|string Answer from server in string, false on failure
* @return string|bool Answer from server in string, false on failure
*/
public function Rcon( $Command )
{