3334353637383940414243
{ logger.debug("matches? editorRef: " + editorRef + "; input: " + input); if(input instanceof CreatureDataEditorInput) { Creature c = (Creature)((CreatureDataEditorInput)input).getCreature(); logger.trace("c: " + c); if(c != null) { return true;