Skip to content

Commit c405655

Browse files
0.8.14: Rethrow fixes
1 parent 22c4e06 commit c405655

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MatchZy
1+
# MatchZy Changelog
22

33
# 0.8.14
44

@@ -9,6 +9,7 @@
99
- Fixed noclip not getting disabled after switching out from practice mode.
1010
- Fixed issues with rethrow of smoke / molly / nade.
1111
- Fixed .rethrow always throwing incendiary instead of molotov.
12+
- Fixed `RemoteLogHeaderValue` value while resetting the match.
1213

1314
# 0.8.13
1415

GrenadeThrownData.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ public void Throw(CCSPlayerController player)
106106

107107
if (grenadeEntity != null && grenadeEntity.DesignerName != "smokegrenade_projectile")
108108
{
109-
grenadeEntity.Elasticity = 0.33f;
110-
grenadeEntity.IsLive = false;
111-
grenadeEntity.DmgRadius = 350.0f;
112-
grenadeEntity.Damage = 99.0f;
113-
114109
grenadeEntity.InitialPosition.X = Position.X;
115110
grenadeEntity.InitialPosition.Y = Position.Y;
116111
grenadeEntity.InitialPosition.Z = Position.Z;

0 commit comments

Comments
 (0)