From 48b87506879133501394f48a18989e18b927a463 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Mon, 13 May 2024 13:05:28 +0200 Subject: [PATCH] fix: light bulb --- MyMcRealms/Controllers/WorldsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyMcRealms/Controllers/WorldsController.cs b/MyMcRealms/Controllers/WorldsController.cs index fbaff44..7e5b897 100644 --- a/MyMcRealms/Controllers/WorldsController.cs +++ b/MyMcRealms/Controllers/WorldsController.cs @@ -62,7 +62,7 @@ namespace MyMcRealms.Controllers ActiveSlot = 1, Member = false, Players = [], - DaysLeft = 0, + DaysLeft = 7, Expired = false, ExpiredTrial = false, Compatibility = isCompatible,