![Ars Omega](https://media.forgecdn.net/avatars/thumbnails/514/397/256/256/637835155824190266.png)
Server crash with Missile Form
elazullizard opened this issue ยท 1 comments
When casting a spell with Missile form, the game immediately crashes, throwing a NoSuchMethodError.
This error is reproducible in both singleplayer and multiplayer worlds.
Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'double com.hollingsworth.arsnouveau.api.spell.SpellStats.getAoeMultiplier()'
at com.dkmk100.arsomega.glyphs.FormMissile.summonProjectiles(FormMissile.java:47) ~[arsomega-2.6.1.jar%2358!/:2.6.0] {re:classloading}
at com.dkmk100.arsomega.glyphs.FormMissile.onCast(FormMissile.java:114) ~[arsomega-2.6.1.jar%2358!/:2.6.0] {re:classloading}
at com.hollingsworth.arsnouveau.api.spell.SpellResolver.onCast(SpellResolver.java:92) ~[ars_nouveau-1.18.2-2.4.2.jar%2356!/:2.4.2] {re:classloading}
at com.hollingsworth.arsnouveau.api.spell.ISpellCaster.castSpell(ISpellCaster.java:147) ~[ars_nouveau-1.18.2-2.4.2.jar%2356!/:2.4.2] {re:classloading}
at com.hollingsworth.arsnouveau.api.spell.ISpellCaster.castSpell(ISpellCaster.java:153) ~[ars_nouveau-1.18.2-2.4.2.jar%2356!/:2.4.2] {re:classloading}
at com.hollingsworth.arsnouveau.common.items.SpellBook.m_7203_(SpellBook.java:86) ~[ars_nouveau-1.18.2-2.4.2.jar%2356!/:2.4.2] {re:classloading}