From 4936567c0ddac2e09f072a2a17449fb81bcf7826 Mon Sep 17 00:00:00 2001 From: John3 Date: Fri, 15 Jul 2016 19:45:17 -0500 Subject: [PATCH] removed to allow create server side "TSShape and PhysicsCollisionRef" --- Engine/source/T3D/physics/physicsShape.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Engine/source/T3D/physics/physicsShape.cpp b/Engine/source/T3D/physics/physicsShape.cpp index a1acbb481..f08f18bb4 100644 --- a/Engine/source/T3D/physics/physicsShape.cpp +++ b/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 )