File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
java/me/zombie_striker/qg Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >me.zombie_striker</groupId >
77 <artifactId >QualityArmory</artifactId >
8- <version >2.0.20</version >
8+ <version >2.0.20.1 </version >
99 <name >QualityArmory</name >
1010
1111 <properties >
Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ public void reloadVals() {
986986
987987 useMoveForRecoil = (boolean ) a ("useMoveForRecoil" , useMoveForRecoil );
988988
989- weaponSwitchDelay = (double ) a ("weaponSwitchDelay" , 0 );
989+ weaponSwitchDelay = (double ) a ("weaponSwitchDelay" , 0.0 );
990990
991991 enableExplosionDamage = (boolean ) a ("enableExplosionDamage" , false );
992992 enableExplosionDamageDrop = (boolean ) a ("enableExplosionDamageDrop" , false );
Original file line number Diff line number Diff line change 1+ 2.0.20.1
2+ - Fixed weapon switch delay
3+
142.0.20
25 - Added crossbow animation
36 - Fixed gun glow
You can’t perform that action at this time.
0 commit comments