Skip to content

Commit

Permalink
Version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Mar 18, 2018
1 parent 49d0f76 commit df28ff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ All of the following commands can only be used on _your_ grenades. They will app
- ``.savebots``: saves all current bots to a file
- ``.loadbots``: loads bots from the file (written by the last ``.savebots``)

### Bot replay commands
**Note: bot replay support is currently a work in progress. It's not ready for general use yet.**
- ``.replays``: opens replay mode menu
- ``.replay``: opens the replay mode menu, or the last replay/role menu you had open
- ``.namereplay``
- ``.namerole``
- ``.finish``
- ``.cancel``
- ``.play``

### Miscellaneous commands
- ``.timer``: starts a timer when you start moving in any direction, and stops it when you stop moving, telling you the duration of time between starting/stopping
- ``.timer2``: starts a timer immediately and stops it when you type .timer2 again, telling you the duration of time
Expand Down
2 changes: 1 addition & 1 deletion scripting/practicemode/util.sp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
#define PLUGIN_VERSION "1.2.3-dev"
#define PLUGIN_VERSION "1.3.0"
#endif

static char _colorNames[][] = {"{NORMAL}", "{DARK_RED}", "{PINK}", "{GREEN}",
Expand Down

0 comments on commit df28ff9

Please sign in to comment.