Skip to content

Commit

Permalink
Version 0.801 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
APGRoboCop committed Nov 4, 2022
1 parent 404cb23 commit 8d7f868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

--------------------------------------------------------------------------------
Version 0.801
??-??-2022
November-05-2022
Updated by RoboCop
--------------------------------------------------------------------------------

Expand Down Expand Up @@ -45,7 +45,7 @@ TODO List:-

>> Fix bot_chat cvars

>> Fix bots navigation when shot by enemies as they cannot seem to detect where damage is coming from
>> Fix bots navigation when shot by enemies as they sometimes cannot seem to detect where damage is coming from

>> To prevent engineers to go around SG turrets when repairing/upgrading

Expand Down
2 changes: 1 addition & 1 deletion dll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define MENU_6 6
#define MENU_7 7

cvar_t foxbot = {"foxbot", "0.801-beta2", FCVAR_SERVER | FCVAR_UNLOGGED, 0, nullptr};
cvar_t foxbot = {"foxbot", "0.801", FCVAR_SERVER | FCVAR_UNLOGGED, 0, nullptr};
cvar_t enable_foxbot = {"enable_foxbot", "1", FCVAR_SERVER | FCVAR_UNLOGGED, 0, nullptr};
cvar_t sv_bot = {"bot", "", 0, 0, nullptr};

Expand Down
2 changes: 1 addition & 1 deletion meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static META_FUNCTIONS gMetaFunctionTable = {
plugin_info_t Plugin_info = {
META_INTERFACE_VERSION, // ifvers
"FoxBot", // name
"0.801-beta2", // version
"0.801", // version
__DATE__, // date
"Tom Simpson & RoboCop <[email protected]>", // author
"https://apg-clan.org/", // url
Expand Down

0 comments on commit 8d7f868

Please sign in to comment.