shadedblue / CampingBot

Nate makes fun of Rob the Viking and Andrew
Eclipse Public License 2.0
0 stars 0 forks source link

NPE in SpellCastingManager #107

Closed shadedblue closed 3 years ago

shadedblue commented 3 years ago

java.lang.NullPointerException: Cannot invoke "java.util.LinkedList.peek()" because "futures" is null at ca.hapke.campingbot.commands.spell.SpellCastingManager.doWork(SpellCastingManager.java:144) at ca.hapke.campingbot.commands.spell.SpellCastingManager.doWork(SpellCastingManager.java:1) at ca.hapke.calendaring.monitor.CalendarMonitor.invoke(CalendarMonitor.java:58) at ca.hapke.calendaring.monitor.CalendarMonitor.work(CalendarMonitor.java:50) at ca.hapke.calendaring.monitor.CalendarMonitor.doWork(CalendarMonitor.java:39) at ca.hapke.calendaring.monitor.TimerThreadWithKill.run(TimerThreadWithKill.java:50)