Removed another demo block.

This commit is contained in:
Daniel Buckmaster 2014-11-28 20:47:11 +11:00
parent f42e12940c
commit 86a9417cfd

View file

@ -331,14 +331,6 @@ bool NavMesh::onAdd()
if(isServerObject())
{
#ifdef WALKABOUT_DEMO
if(getServerSet()->size() >= 1)
{
Con::errorf("Sorry, the demo binary only allows one NavMesh to exist at a time.");
Con::executef("OnWalkaboutDemoLimit");
return false;
}
#endif
getServerSet()->addObject(this);
ctx = new NavContext();
setProcessTick(true);