Merge branch 'msgametypeDOUBLEfix' into 'master'

ALWAYS have web MS show Battle servers as Match rather than Tag

See merge request KartKrew/Kart!114
This commit is contained in:
Sal 2018-11-28 13:14:51 -05:00
commit 4dae90ddcd

View file

@ -26,7 +26,11 @@
// SOME numpty changed all the gametype constants and it fell out of sync with vanilla and now we have to pretend to be vanilla when talking to the master server...
#define VANILLA_GT_RACE 2
#if VERSION < 210
#define VANILLA_GT_MATCH 1
#else
#define VANILLA_GT_MATCH 3
#endif
// Networking and tick handling related.
#define BACKUPTICS 32