mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Make private
No reason to be public.
This commit is contained in:
parent
ce4b7b84a8
commit
dbe75c0709
@ -51,10 +51,10 @@ public:
|
||||
CConnectedNetConsoleData m_Data;
|
||||
};
|
||||
|
||||
private:
|
||||
CUtlVector<AcceptedSocket_t> m_AcceptedSockets;
|
||||
SocketHandle_t m_hListenSocket; // Used to accept connections.
|
||||
|
||||
private:
|
||||
enum
|
||||
{
|
||||
SOCKET_TCP_MAX_ACCEPTS = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user