mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Replaced TARGET_GAME_VERSION
with com_version->string
This commit is contained in:
parent
6e1fbbaddc
commit
087f1d38f5
1 changed files with 1 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ wombat: sending conect here: an example connect string from MOHAA looks like thi
|
|||
Info_SetValueForKey(info, "protocol", va("%i", com_protocol->integer));
|
||||
Info_SetValueForKey( info, "qport", va("%i", port ) );
|
||||
Info_SetValueForKey(info, "challenge", va("%i", clc.challenge));
|
||||
Info_SetValueForKey(info, "version", TARGET_GAME_VERSION);
|
||||
Info_SetValueForKey(info, "version", com_version->string);
|
||||
if (com_target_game->integer == target_game_e::TG_MOHTT) {
|
||||
// only send if maintt is loaded
|
||||
Info_SetValueForKey(info, "clientType", "Breakthrough");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue