diff --git a/quakespasm/Quake/sv_main.c b/quakespasm/Quake/sv_main.c index 48ce2b84..03505e80 100644 --- a/quakespasm/Quake/sv_main.c +++ b/quakespasm/Quake/sv_main.c @@ -1337,7 +1337,7 @@ void SV_SpawnServer (const char *server) { // set up the protocol flags used by this server // (note - these could be cvar-ised so that server admins could choose the protocol features used by their servers) - sv.protocolflags = PRFL_24BITCOORD | PRFL_SHORTANGLE; + sv.protocolflags = PRFL_INT32COORD | PRFL_SHORTANGLE; } else sv.protocolflags = 0;