baseRotation + rotationLimit compatability (#7820)

This commit is contained in:
MEEPofFaith
2022-11-04 13:04:35 -07:00
committed by GitHub
parent f9d7c172c4
commit d42c0e3c48
2 changed files with 4 additions and 3 deletions

View File

@@ -47,5 +47,6 @@ public class WeaponMount{
public WeaponMount(Weapon weapon){
this.weapon = weapon;
this.rotation = weapon.baseRotation;
}
}