repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pool we call that a skill issue

+2 -2
+2 -2
src/main/scala/org/eu/net/pool/hexic/Hexic.scala
··· 1720 1720 staffcast.setImage(img) 1721 1721 val vm = staffcast.getVM(summon[CastingEnvironment].getCastingHand) 1722 1722 try 1723 - if cfg("hexic.compat.laniSwallowsMishaps") then 1723 + if cfg("hexic.compat.laniSwallowsMishaps").getOrElse(false) then 1724 1724 vm.queueExecuteAndWrapIota(PatternIota(se"deaqq"), summon) 1725 1725 else 1726 1726 propagateMishaps(vm.getEnv): ··· 1748 1748 null // kotlin bullshit 1749 1749 )) 1750 1750 try 1751 - if cfg("hexic.compat.laniSwallowsMishaps") then 1751 + if cfg("hexic.compat.laniSwallowsMishaps").getOrElse(false) then 1752 1752 vm.queueExecuteAndWrapIota(PatternIota(se"deaqq"), summon) 1753 1753 else 1754 1754 propagateMishaps(vm.getEnv):