mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-14 10:28:22 -05:00
make remoteSubscriptionId
dummy
This commit is contained in:
parent
9f64fb6c82
commit
83c43ce73d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user