mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Comment out ChildAgentDataUpdate.Pack() "Pack data" message for now.
This commit is contained in:
@@ -335,7 +335,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public virtual OSDMap Pack()
|
||||
{
|
||||
m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Pack data");
|
||||
// m_log.InfoFormat("[CHILDAGENTDATAUPDATE] Pack data");
|
||||
|
||||
OSDMap args = new OSDMap();
|
||||
args["message_type"] = OSD.FromString("AgentData");
|
||||
|
||||
Reference in New Issue
Block a user