c# things on physics; remove unused file (runprebuild)

This commit is contained in:
UbitUmarov
2022-10-16 22:36:09 +01:00
parent bce31bda7d
commit 65925027f1
9 changed files with 283 additions and 489 deletions

View File

@@ -161,7 +161,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
{
PhysicsActor ret = AddAvatar(avName, position, velocity, size, isFlying);
if (ret != null)
if (ret is not null)
ret.LocalID = localID;
return ret;