|
@@ -85,7 +85,6 @@ bool ScriptMsgListener::onAdd()
|
|
if(! Parent::onAdd())
|
|
if(! Parent::onAdd())
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- linkNamespaces();
|
|
|
|
onAdd_callback();
|
|
onAdd_callback();
|
|
//Con::executef(this, "onAdd");
|
|
//Con::executef(this, "onAdd");
|
|
return true;
|
|
return true;
|
|
@@ -105,7 +104,6 @@ void ScriptMsgListener::onRemove()
|
|
{
|
|
{
|
|
onRemove_callback();
|
|
onRemove_callback();
|
|
//Con::executef(this, "onRemove");
|
|
//Con::executef(this, "onRemove");
|
|
- unlinkNamespaces();
|
|
|
|
|
|
|
|
Parent::onRemove();
|
|
Parent::onRemove();
|
|
}
|
|
}
|