Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed May 4, 2019
1 parent 71aeff0 commit 5388fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void Config::initCommands() {

handle_cmd_reloadConfig = intercept::client::host::register_sqf_command("dbReloadConfig", "TODO", cmd_reloadConfig, game_data_type::STRING);
handle_cmd_version = intercept::client::host::register_sqf_command("dbVersion", "TODO", [](game_state&) -> game_value {
return "1.1";
return "1.2";
}, game_data_type::STRING);


Expand Down

0 comments on commit 5388fc2

Please sign in to comment.