Skip to content

Commit

Permalink
0.5.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Jul 13, 2014
1 parent 498f2bd commit 7c0863d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.1:
- correct a error in the waiting queue (used when the arenas were all full) where players were never dropped from the queue on disconnect
- experimental smart-player-reports support

0.5.0:
- maps can have multiple spawns per arena per player now. Most old maps should continue to function normally, but you should test them
- new cvar `sm_multi1v1_verbose_spawns` (default 0) controls logging information about spawns read on map start, use this when testing a map!
Expand Down
2 changes: 1 addition & 1 deletion csgo/addons/sourcemod/scripting/multi1v1.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PLUGIN_VERSION "0.5.0"
#define PLUGIN_VERSION "0.5.1"
#define UPDATE_URL "https://dl.dropboxusercontent.com/u/76035852/multi1v1-v0.5.x/csgo-multi-1v1.txt"
#pragma semicolon 1

Expand Down

0 comments on commit 7c0863d

Please sign in to comment.