Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SourceQuery/SourceQuery.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,11 @@ public function SetRconPassword( $Password )
}

/**
* 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 )
{
Expand Down