summaryrefslogtreecommitdiffstats
path: root/game
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-13 22:29:08 +0500
committeruntodesu <kirill@untode.su>2025-09-13 22:29:08 +0500
commit7fc7fdb001bea8674fe0dbc1b962f3ec2702debb (patch)
treeaf8196480fcc979930668616e2e49e7049213084 /game
parent5c4a755b6dbd3228dbd1b749ee03b68781fe52f2 (diff)
downloadvoxelius-7fc7fdb001bea8674fe0dbc1b962f3ec2702debb.tar.bz2
voxelius-7fc7fdb001bea8674fe0dbc1b962f3ec2702debb.zip
Display 15.x.x for pre-v16.x.x servers
Diffstat (limited to 'game')
-rw-r--r--game/client/gui/play_menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client/gui/play_menu.cc b/game/client/gui/play_menu.cc
index ad85141..0747e3a 100644
--- a/game/client/gui/play_menu.cc
+++ b/game/client/gui/play_menu.cc
@@ -292,7 +292,7 @@ static void layout_server_item(ServerStatusItem* item)
// Pre v16.x.x servers didn't send minor and patch versions
// and also used a different versioning scheme; post v16 the
// major version became the protocol version and the semver lost the tweak part
- version_toast = std::string("0.0.1");
+ version_toast = std::string("15.x.x");
}
else {
version_toast = std::format("{}.{}.{}", item->game_version_major, item->game_version_minor, item->game_version_patch);