|
From: Gal N. <gal...@gm...> - 2007-07-08 20:13:35
|
Hi, While debugging the space viewer I get an error when the SpaceClient is trying to load the door. The problem seems to be here: Template template = space.getTemplate(doorDocs[i].getTemplateID()); As far as I remember a door is not a thing. So the template is missing unless of course I create a thing for a door and than I have 2 doors. Any clue to what I'm missing? Thanks, Gal |