From 0f9cd1f9a3b415f8ccecc9f6c65310dd6232c29c Mon Sep 17 00:00:00 2001 From: milimoe Date: Thu, 22 Jan 2026 01:38:13 +0800 Subject: [PATCH] 2 --- Library/Main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Main.cs b/Library/Main.cs index 357d2b4..a166532 100644 --- a/Library/Main.cs +++ b/Library/Main.cs @@ -135,6 +135,7 @@ while (true) break; } //await FunGameSimulation.StartSimulationGame(false, false, true, false, useStore: false, hasMap: false); + //await Task.Delay(1); //await FunGameSimulation.StartSimulationGame(false, false, false, false, hasMap: false); }