This commit is contained in:
Electroblob77
2020-06-12 13:48:21 +01:00
parent b4b32d52e3
commit ee56aa50be
2 changed files with 7 additions and 6 deletions
@@ -98,6 +98,7 @@ public class ArcaneJammer extends SpellRay {
event.setCanceled(true);
// TODO: This currently doesn't play nicely with continuous or charge-up spells
if(event.getSource() == Source.WAND || event.getSource() == Source.SCROLL){
event.getCaster().setActiveHand(EnumHand.MAIN_HAND);
}