diff --git a/Engine/source/navigation/navMesh.cpp b/Engine/source/navigation/navMesh.cpp index 38386b551..2ac10c380 100644 --- a/Engine/source/navigation/navMesh.cpp +++ b/Engine/source/navigation/navMesh.cpp @@ -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);