1
0
mirror of synced 2024-11-23 22:41:01 +01:00

Update GetGenericMasterController.cs

This commit is contained in:
esuo1198 2023-09-15 14:51:56 +09:00
parent 372c972ea7
commit 872f7ca93a

View File

@ -1,7 +1,4 @@
using Microsoft.Extensions.Options;
using TaikoLocalServer.Settings;
namespace TaikoLocalServer.Controllers.Game;
namespace TaikoLocalServer.Controllers.Game;
[ApiController]
[Route("/v12r00_cn/chassis/getgenericmaster.php")]
@ -17,7 +14,7 @@ public class GetGenericMasterController : BaseController<GetGenericMasterControl
{
Result = 1,
VerupNo = 2,
EnableIdBit = FlagCalculator.GetBitArrayTrue(20)
EnableIdBit = FlagCalculator.GetBitArrayTrue(5000)
};