From 0571d55407d300324fcbecc4372324e2842150d3 Mon Sep 17 00:00:00 2001 From: Kubo2 Date: Sat, 13 Sep 2014 13:42:15 +0200 Subject: [PATCH] Update SourceQuery.class.php Correct some typos in SourceQuery::Rcon() phpDoc. --- SourceQuery/SourceQuery.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SourceQuery/SourceQuery.class.php b/SourceQuery/SourceQuery.class.php index 4e39fc7..3a1d1f5 100644 --- a/SourceQuery/SourceQuery.class.php +++ b/SourceQuery/SourceQuery.class.php @@ -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 ) {