|
@@ -17,7 +17,6 @@ namespace ETHotfix
|
|
|
public static void Awake(this LocationProxyComponent self)
|
|
public static void Awake(this LocationProxyComponent self)
|
|
|
{
|
|
{
|
|
|
StartConfigComponent startConfigComponent = Game.Scene.GetComponent<StartConfigComponent>();
|
|
StartConfigComponent startConfigComponent = Game.Scene.GetComponent<StartConfigComponent>();
|
|
|
- self.AppId = startConfigComponent.StartConfig.AppId;
|
|
|
|
|
|
|
|
|
|
StartConfig startConfig = startConfigComponent.LocationConfig;
|
|
StartConfig startConfig = startConfigComponent.LocationConfig;
|
|
|
self.LocationAddress = startConfig.GetComponent<InnerConfig>().IPEndPoint;
|
|
self.LocationAddress = startConfig.GetComponent<InnerConfig>().IPEndPoint;
|