We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2c0b6b + 0571d55 commit 980bbc1Copy full SHA for 980bbc1
SourceQuery/SourceQuery.class.php
@@ -514,11 +514,11 @@ public function SetRconPassword( $Password )
514
}
515
516
/**
517
- * Sets rcon password, for future use in Rcon()
+ * Sends a command to the server for execution.
518
*
519
- * @param string $Command Command to execute on the server
+ * @param string $Command Command to execute
520
521
- * @return bool|string Answer from server in string, false on failure
+ * @return string|bool Answer from server in string, false on failure
522
*/
523
public function Rcon( $Command )
524
{
0 commit comments