revert last commit, so some scripts may still work on other engines

This commit is contained in:
UbitUmarov
2023-05-23 18:34:14 +01:00
parent 265ea0b8a3
commit 828d568d2f

View File

@@ -91,8 +91,8 @@ namespace OpenSim.Region.PhysicsModule.BulletS
{ {
if ((Configuration = config.Configs["ExtendedPhysics"]) != null) if ((Configuration = config.Configs["ExtendedPhysics"]) != null)
{ {
IConfig cStartup = config.Configs["Startup"]; //IConfig cStartup = config.Configs["Startup"];
if (cStartup?.GetString("physics", string.Empty) == "BulletSim") //if (cStartup?.GetString("physics", string.Empty) == "BulletSim")
Enabled = Configuration.GetBoolean("Enabled", Enabled); Enabled = Configuration.GetBoolean("Enabled", Enabled);
} }
} }