mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
c# things on physics; remove unused file (runprebuild)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user