mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Fixed warning
This commit is contained in:
parent
a1ca267d93
commit
a2cbe8dd22
@ -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_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;
|
private static readonly byte A2S_RULES = 0x56;
|
||||||
|
|
||||||
public volatile bool IsRunning;
|
public volatile bool IsRunning;
|
||||||
|
Loading…
Reference in New Issue
Block a user