make remoteSubscriptionId dummy

This commit is contained in:
CyberL1 2024-10-20 14:22:47 +02:00
parent 9f64fb6c82
commit 83c43ce73d

View File

@ -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;