Browse Source

removed to allow create server side "TSShape and PhysicsCollisionRef"

John3 9 years ago
parent
commit
4936567c0d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Engine/source/T3D/physics/physicsShape.cpp

+ 0 - 2
Engine/source/T3D/physics/physicsShape.cpp

@@ -272,8 +272,6 @@ bool PhysicsShapeData::preload( bool server, String &errorBuffer )
    if ( !Parent::preload( server, errorBuffer ) )
       return false;
    
-   if( server ) return true;
-
    // If we don't have a physics plugin active then
    // we have to fail completely.
    if ( !PHYSICSMGR )