WIP: initial masterserver client implementation

This commit is contained in:
nillerusr
2023-01-28 05:29:26 +03:00
parent 17ff01c7ab
commit 0df7838ee1
11 changed files with 703 additions and 18 deletions

View File

@@ -37,6 +37,7 @@
#include "sv_plugin.h"
#include "sys_dll.h"
#include "host.h"
#include "master.h"
#if defined( REPLAY_ENABLED )
#include "replay_internal.h"
#include "replayserver.h"
@@ -875,6 +876,8 @@ bool CBaseClientState::ProcessConnectionlessPacket( netpacket_t *packet )
Assert( packet );
master->ProcessConnectionlessPacket( packet );
bf_read &msg = packet->message; // handy shortcut
int c = msg.ReadByte();