@@ -22,8 +22,6 @@ namespace ET
StartSceneConfig startSceneConfig = StartSceneConfigCategory.Instance.GetBySceneName(session.DomainZone(), "Map");
response.MyId = player.Id;
- response.MapName = startSceneConfig.Name;
- response.SceneInstanceId = startSceneConfig.InstanceId;
reply();
// 开始传送
@@ -85,16 +85,10 @@ namespace ET
[ProtoMember(3)]
public string Message { get; set; }
-// 自己unit
+// 自己unitId
[ProtoMember(4)]
public long MyId { get; set; }
- [ProtoMember(5)]
- public string MapName { get; set; }
-
- [ProtoMember(6)]
- public long SceneInstanceId { get; set; }
}
[Message(OuterOpcode.MoveInfo)]