From 30acee09ae3b0ea45ea8dbc3e3e375e01b6f84cd Mon Sep 17 00:00:00 2001 From: S-Sebb?? Date: Sun, 17 Sep 2023 04:21:56 +0800 Subject: [PATCH] Readded accidentally deleted movie handle in initialDataCheck --- .../Game/InitialDataCheckController.cs | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs b/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs index 4f7323e..ea61fd8 100644 --- a/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs +++ b/TaikoLocalServer/Controllers/Game/InitialDataCheckController.cs @@ -31,14 +31,6 @@ public class InitialDataCheckController : BaseController new InitialdatacheckResponse.VerupNoData1 - { - MasterType = i, - VerupNo = 1 - }) - .ToList(); - var response = new InitialdatacheckResponse { Result = 1, @@ -49,6 +41,14 @@ public class InitialDataCheckController : BaseController new InitialdatacheckResponse.VerupNoData1 + { + MasterType = i, + VerupNo = 1 + }) + .ToList(); + var danData = new List(); for (var danId = Constants.MIN_DAN_ID; danId <= Constants.MAX_DAN_ID; danId++) { @@ -98,6 +98,9 @@ public class InitialDataCheckController : BaseController