mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
prevent that the server gets filtered by "compatible version" in the clients server browser
This commit is contained in:
parent
04b6abae93
commit
1272c4d805
|
@ -1,6 +1,6 @@
|
||||||
#ifndef GAME_VERSION_H
|
#ifndef GAME_VERSION_H
|
||||||
#define GAME_VERSION_H
|
#define GAME_VERSION_H
|
||||||
#include "generated/nethash.c"
|
#include "generated/nethash.c"
|
||||||
#define GAME_VERSION "trunk"
|
#define GAME_VERSION "0.5 trunk"
|
||||||
#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
|
#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue