File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- # MatchZy
1+ # MatchZy Changelog
22
33# 0.8.14
44
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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments