Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Jul 3, 2019
1 parent 7b0b437 commit 1d21a30
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 @@ -147,7 +147,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.3";
return "1.4";
}, game_data_type::STRING);


Expand Down

0 comments on commit 1d21a30

Please sign in to comment.