Update GetGenericMasterController.cs
This commit is contained in:
parent
372c972ea7
commit
872f7ca93a
@ -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)
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user