|
@@ -331,12 +331,13 @@ namespace CommonAI.Zone.Instance
|
|
|
{
|
|
|
if(mObjects == null)
|
|
|
{
|
|
|
- log.Warn("queueObjectEvent exception1: " + this.GetSceneID() + ", mObjects null, " + this.UUID + ", " + evt.MessageID);
|
|
|
+ log.Warn("queueObjectEvent exception1: " + this.GetSceneID() + ", mObjects null, " + this.UUID + ", " + evt.GetType()
|
|
|
+ + ", " + new StackTrace().ToString());
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
log.Warn("queueObjectEvent exception2: " + this.GetSceneID() + ", Players: " + this.AllPlayersCount + ", Items: "
|
|
|
- + this.AllItemsCount + ", Units: " + this.AllUnitsCount + ", " + this.UUID + ", " + evt.MessageID);
|
|
|
+ + this.AllItemsCount + ", Units: " + this.AllUnitsCount + ", " + this.UUID + ", " + evt.GetType() + ", " + new StackTrace().ToString());
|
|
|
}
|
|
|
|
|
|
return;
|