Updated README and mapbase_version for v6.3

This commit is contained in:
Blixibon
2021-03-14 00:04:04 -06:00
parent e9cc3cb134
commit fb30f64d30
2 changed files with 6 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ ConVar mapbase_load_actbusy("mapbase_load_actbusy", "1", FCVAR_ARCHIVE, "Should
#ifdef GAME_DLL
// This cvar should change with each Mapbase update
ConVar mapbase_version( "mapbase_version", "6.2", FCVAR_NONE, "The version of Mapbase currently being used in this mod." );
ConVar mapbase_version( "mapbase_version", "6.3", FCVAR_NONE, "The version of Mapbase currently being used in this mod." );
extern void MapbaseGameLog_Init();