Skip to content

Commit

Permalink
Bumped to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Jul 31, 2013
1 parent 1533a5c commit 8002269
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scripting/botmimic.sp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* Bot Mimic - Record your movments and have bots playing it back.
* by Peace-Maker
* visit http://wcfan.de
*
* Changelog:
* 2.0 - 22.07.2013: Released rewrite
* 2.0.1 - 01.08.2013: Actually made DHooks an optional dependency.
*/

#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
Expand All @@ -9,7 +19,7 @@
#undef REQUIRE_EXTENSIONS
#include <dhooks>

#define PLUGIN_VERSION "2.0"
#define PLUGIN_VERSION "2.0.1"

#define BM_MAGIC 0xdeadbeef
#define BINARY_FORMAT_VERSION 0x01
Expand Down

0 comments on commit 8002269

Please sign in to comment.