mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
This also makes it consistent with some other methods that send data to the client.
This commit is contained in:
@@ -3591,7 +3591,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
parentPrim.ScheduleGroupForFullUpdate();
|
||||
|
||||
if (client != null)
|
||||
parentPrim.GetProperties(client);
|
||||
parentPrim.SendPropertiesToClient(client);
|
||||
|
||||
ScriptSleep(1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user