Fixed #3591
This commit is contained in:
@@ -91,6 +91,10 @@ abstract class WeaponsComp implements Teamc, Posc, Rotc, Velc, Statusc{
|
|||||||
mount.bullet.time = mount.bullet.lifetime - 10f;
|
mount.bullet.time = mount.bullet.lifetime - 10f;
|
||||||
mount.bullet = null;
|
mount.bullet = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(mount.sound != null){
|
||||||
|
mount.sound.stop();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user