Remove client/server split on sharedphysicsmap (#3618)

This commit is contained in:
metalgearsloth
2022-12-27 13:17:54 +11:00
committed by GitHub
parent d8d68480c3
commit ace8500240
21 changed files with 73 additions and 95 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ namespace Robust.UnitTesting
compFactory.RegisterClass<MetaDataComponent>();
}
if (!compFactory.AllRegisteredTypes.Contains(typeof(SharedPhysicsMapComponent)))
if (!compFactory.AllRegisteredTypes.Contains(typeof(PhysicsMapComponent)))
{
compFactory.RegisterClass<PhysicsMapComponent>();
}