Bassebombecraft

Bassebombecraft

18.5k Downloads

ContagionEffect fails to resolve effect from source entity

athrane opened this issue ยท 1 comments

commented

Requires clarification of semantics from #1250.

Added debugging from #1259:

Optional<EffectInstance> optInstance = resolveEffectInstance(entity);
BassebombeCraft.getBassebombeCraft().getLogger().debug("optInstance=" + optInstance);

// exit if null instance is returned
if (!optInstance.isPresent())
  return;

commented

Resolved with commit: f5bee22