Skip to content

Commit

Permalink
Update Zonemod version to 2.8.3
Browse files Browse the repository at this point in the history
- Simply to indicate the Passifice rework from #631
  • Loading branch information
SirPlease committed May 18, 2023
1 parent fe0a82e commit e251c62
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions addons/sourcemod/configs/matchmodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{
"zonemod"
{
"name" "ZoneMod 2.8.2"
"name" "ZoneMod 2.8.3"
}
"zoneretro"
{
"name" "ZoneMod Retro 2.8.2"
"name" "ZoneMod Retro 2.8.3"
}
"zm3v3"
{
Expand Down Expand Up @@ -105,7 +105,7 @@
{
"zonehunters"
{
"name" "ZoneHunters 2.8.2"
"name" "ZoneHunters 2.8.3"
}
"zh3v3"
{
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zh1v1/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "1v1 [Zone]Hunters v2.8.2"
l4d_ready_cfg_name "1v1 [Zone]Hunters v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zh2v2/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "2v2 [Zone]Hunters v2.8.2"
l4d_ready_cfg_name "2v2 [Zone]Hunters v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zh3v3/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "3v3 [Zone]Hunters v2.8.2"
l4d_ready_cfg_name "3v3 [Zone]Hunters v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zm1v1/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "1v1 Zonemod v2.8.2"
l4d_ready_cfg_name "1v1 Zonemod v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zm2v2/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "2v2 Zonemod v2.8.2"
l4d_ready_cfg_name "2v2 Zonemod v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zm3v3/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "3v3 Zonemod v2.8.2"
l4d_ready_cfg_name "3v3 Zonemod v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zonehunters/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "[Zone]Hunters v2.8.2"
l4d_ready_cfg_name "[Zone]Hunters v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zonemod/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "ZoneMod v2.8.2"
l4d_ready_cfg_name "ZoneMod v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down
2 changes: 1 addition & 1 deletion cfg/cfgogl/zoneretro/confogl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// =======================================================================================

// ReadyUp Cvars
l4d_ready_cfg_name "ZoneMod Retro v2.8.2"
l4d_ready_cfg_name "ZoneMod Retro v2.8.3"

// Confogl Cvars
confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
Expand Down

0 comments on commit e251c62

Please sign in to comment.