Skip to content

Commit 0571d55

Browse files
committed
Update SourceQuery.class.php
Correct some typos in SourceQuery::Rcon() phpDoc.
1 parent c2c0b6b commit 0571d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SourceQuery/SourceQuery.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,11 @@ public function SetRconPassword( $Password )
514514
}
515515

516516
/**
517-
* Sets rcon password, for future use in Rcon()
517+
* Sends a command to the server for execution.
518518
*
519-
* @param string $Command Command to execute on the server
519+
* @param string $Command Command to execute
520520
*
521-
* @return bool|string Answer from server in string, false on failure
521+
* @return string|bool Answer from server in string, false on failure
522522
*/
523523
public function Rcon( $Command )
524524
{

0 commit comments

Comments
 (0)