BEST_REGION is now by default instead of EU in CreateCustomizedLobby
This commit is contained in:
@@ -164,7 +164,7 @@ namespace DevourClient.Hacks
|
||||
catch { }
|
||||
}
|
||||
|
||||
public static void CreateCustomizedLobby(Il2CppUdpKit.Platform.Photon.PhotonRegion.Regions __region, int lobbySize = 4)
|
||||
public static void CreateCustomizedLobby(Il2CppUdpKit.Platform.Photon.PhotonRegion.Regions __region = Il2CppUdpKit.Platform.Photon.PhotonRegion.Regions.BEST_REGION, int lobbySize = 4)
|
||||
{
|
||||
|
||||
Il2CppUdpKit.Platform.PhotonPlatformConfig __photonPlatformConfig = new Il2CppUdpKit.Platform.PhotonPlatformConfig();
|
||||
|
||||
Reference in New Issue
Block a user