AAAAAAAAAAAAAA

This commit is contained in:
Pheonix 2022-03-11 19:34:26 +00:00
parent d2527be086
commit 61a708efda

View File

@ -162,7 +162,7 @@ public class ItemGunBase extends Item implements IHoldableWeapon, IItemHUD {
if(!main) if(!main)
config = altConfig; config = altConfig;
if(mainConfig.reloadType == mainConfig.RELOAD_NONE) { if(config.reloadType == mainConfig.RELOAD_NONE) {
return getBeltSize(player, getBeltType(player, stack, main)) > 0; return getBeltSize(player, getBeltType(player, stack, main)) > 0;
} else { } else {