mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
is_server being true for the clients doesn't help make the protocol work :)
That's why the client couldn't connect to the server: it was using the server's version of the protocol.
This commit is contained in:
parent
4fb72bee99
commit
3bcb4ed046
3 changed files with 2 additions and 2 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "quakedef.h"
|
||||
|
||||
int noconinput = 0;
|
||||
qboolean is_server = false;
|
||||
|
||||
#define BASEDIR "."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue