This commit is contained in:
Anuken 2020-11-25 11:15:46 -05:00
parent 22e60612ac
commit bc55e43def

View File

@ -91,6 +91,10 @@ abstract class WeaponsComp implements Teamc, Posc, Rotc, Velc, Statusc{
mount.bullet.time = mount.bullet.lifetime - 10f;
mount.bullet = null;
}
if(mount.sound != null){
mount.sound.stop();
}
}
}