|
@@ -331,11 +331,11 @@ namespace CommonAI.Zone.EventTrigger
|
|
|
#endif
|
|
|
if (GlobalData.GAME_BS_TEST)
|
|
|
{
|
|
|
- log.Warn("--调试场景:" + this.ZoneAPI.UUID + ", " + this.ZoneAPI.GetSceneID() + ", 执行动作:" + this.Name);
|
|
|
+ log.Warn("--调试场景: " + this.ZoneAPI.UUID + ", " + this.ZoneAPI.GetSceneID() + ", 执行动作:" + this.Name);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- log.Info("--调试场景:" + this.ZoneAPI.UUID + ", " + this.ZoneAPI.GetSceneID() + ", 执行动作:" + this.Name);
|
|
|
+ log.Info("--调试场景: " + this.ZoneAPI.UUID + ", " + this.ZoneAPI.GetSceneID() + ", 执行动作:" + this.Name);
|
|
|
}
|
|
|
|
|
|
//if(this.Name.Equals("事件重置列表1") || this.Name.Equals("玉重置"))
|