mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-06-28 08:09:42 -04:00
make remoteSubscriptionId
dummy
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user