diff --git a/Minecraft-Realms-Emulator/Responses/WorldResponse.cs b/Minecraft-Realms-Emulator/Responses/WorldResponse.cs index 7c96f96..4c496b6 100644 --- a/Minecraft-Realms-Emulator/Responses/WorldResponse.cs +++ b/Minecraft-Realms-Emulator/Responses/WorldResponse.cs @@ -4,7 +4,7 @@ namespace Minecraft_Realms_Emulator.Entities { public class WorldResponse : World { - public string RemoteSubscriptionId { get; set; } = Guid.NewGuid().ToString(); + public string RemoteSubscriptionId { get; set; } = new Guid().ToString(); public int DaysLeft { get; set; } = 30; public bool Expired { get; set; } = false; public bool ExpiredTrial { get; set; } = false;