Fire rocketsNot An Issue

Good evening, you have a small bug in the plugin because of which the fire rockets do not work. Lines 197 and 289. And so the plugin is gorgeous thanks)

if (config.UseFire && ammotype.name.Contains("fire"))

Need to change to

if (ammotype.name.Contains("fire"))

you need to set
"Allow Incendiary rockets (may cause server lag if too many fired)": true,. 
if set to false it will prevent you from firing Incendiary rockets

Aa understood, thank you

you are welcone

Locked automatically