Skip to content

Commit e9832c1

Browse files
0.8.10: Decoy fix, ct/t commands added, cfg name and ES translation fix
1 parent ed9590f commit e9832c1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# MatchZy Changelog
22

3+
# 0.8.10
4+
5+
#### May 12, 2025
6+
7+
- Fixed decoy airtime in Practice Mode. (Switched `EventDecoyDetonate` to `EventDecoyStarted` so it takes the air time once it lands, and not when the decoy finishes)
8+
- Added `.ct` and `.t` command for side selection after knife round.
9+
- Rename `ive_wingman_override.cfg` to `live_wingman_override.cfg`
10+
- Fixed es-ES.json
11+
312
# 0.8.9
413

514
#### April 3, 2025

MatchZy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public partial class MatchZy : BasePlugin
1414
{
1515

1616
public override string ModuleName => "MatchZy";
17-
public override string ModuleVersion => "0.8.9";
17+
public override string ModuleVersion => "0.8.10";
1818

1919
public override string ModuleAuthor => "WD- (https://github.com/shobhit-pathak/)";
2020

0 commit comments

Comments
 (0)