From 31360ff85b9726d74fac409e44f298bcc05ffba3 Mon Sep 17 00:00:00 2001 From: 9iky6 Date: Mon, 12 Jan 2015 05:33:44 +0600 Subject: [PATCH 1/2] Update SourceQuery.class.php --- SourceQuery/SourceQuery.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceQuery/SourceQuery.class.php b/SourceQuery/SourceQuery.class.php index 47bf8b2..63bbe90 100644 --- a/SourceQuery/SourceQuery.class.php +++ b/SourceQuery/SourceQuery.class.php @@ -54,7 +54,7 @@ const S2A_INFO = 0x49; const S2A_INFO_OLD = 0x6D; // Old GoldSource, HLTV uses it const S2A_PLAYER = 0x44; - const S2A_RULES = 0x45; + const S2A_RULES = 0x45; // GetChallenge Packet header 0x49 on some servers GOLDSOURCE const S2A_RCON = 0x6C; /** From 8889b24687d610e352726d483e8e5b6f4c7e8f49 Mon Sep 17 00:00:00 2001 From: 9iky6 Date: Mon, 12 Jan 2015 11:04:14 +0600 Subject: [PATCH 2/2] Update SourceQuery.class.php --- SourceQuery/SourceQuery.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceQuery/SourceQuery.class.php b/SourceQuery/SourceQuery.class.php index 63bbe90..b85342f 100644 --- a/SourceQuery/SourceQuery.class.php +++ b/SourceQuery/SourceQuery.class.php @@ -54,7 +54,7 @@ const S2A_INFO = 0x49; const S2A_INFO_OLD = 0x6D; // Old GoldSource, HLTV uses it const S2A_PLAYER = 0x44; - const S2A_RULES = 0x45; // GetChallenge Packet header 0x49 on some servers GOLDSOURCE + const S2A_RULES = 0x45; // GetChallenge Packet header 0x49 on servers GOLDSOURCE 47 protocol const S2A_RCON = 0x6C; /**