diff --git a/factions/init_player.sqf b/factions/init_player.sqf index 65f9555..bf49dce 100644 --- a/factions/init_player.sqf +++ b/factions/init_player.sqf @@ -2,7 +2,7 @@ // Wait until Core is finished initializing. //waitUntil {sleep 1;cgqc_player_rank_found}; - _version = "2.8"; + _version = "3.0"; // Client-side code player setVariable ["cgqc_version_2023", _version, true]; // Set the client's mod version }; \ No newline at end of file