mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter
This commit is contained in:
@@ -466,7 +466,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
scenePresence.Lastname,
|
||||
newDebug);
|
||||
|
||||
scenePresence.ControllingClient.SetDebugPacketLevel(newDebug);
|
||||
scenePresence.ControllingClient.DebugPacketLevel = newDebug;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user