Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
s1lentq committed Jan 2, 2018
1 parent 33ce752 commit c6a3a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Dev-tool that demonstrates on client-side true position of the hitboxes calculated by server

# Installation
* Install `hitboxtracker_mm.dll` on your HLDS as metamod plugin and put `delta.lst` to gamedir directory `cstrike/delta.lst`
* Install `hitboxtracker_mm.dll` on your HLDS as metamod plugin
* Put `hitboxtracker.dll` and `cs.exe` to working directory of the game CS 1.6 client
* Run `cs.exe`

Expand Down
2 changes: 1 addition & 1 deletion hitboxtracker/server/src/meta_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
plugin_info_t Plugin_info = {
META_INTERFACE_VERSION, // ifvers
"HitboxTracker", // name
"1.0", // version
"1.1", // version
__DATE__, // date
"s1lent", // author
"https://github.com/s1lentq/hitboxtracker", // url
Expand Down

0 comments on commit c6a3a92

Please sign in to comment.