From a2cbe8dd221c9ac0cf678c4689dfcd3afcd44812 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Fri, 20 Jul 2018 12:03:22 +0100 Subject: [PATCH] Fixed warning --- Facepunch.Steamworks/Utility/SourceServerQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/Utility/SourceServerQuery.cs b/Facepunch.Steamworks/Utility/SourceServerQuery.cs index fa8c3a5..43847d8 100644 --- a/Facepunch.Steamworks/Utility/SourceServerQuery.cs +++ b/Facepunch.Steamworks/Utility/SourceServerQuery.cs @@ -24,7 +24,7 @@ public static void Cycle() } private static readonly byte[] A2S_SERVERQUERY_GETCHALLENGE = { 0x55, 0xFF, 0xFF, 0xFF, 0xFF }; - private static readonly byte A2S_PLAYER = 0x55; + // private static readonly byte A2S_PLAYER = 0x55; private static readonly byte A2S_RULES = 0x56; public volatile bool IsRunning;