Merge pull request #23 from DitFranXX/patch-1

Fix TS2737 on SDVX plugin
This commit is contained in:
Freddie Wang 2021-04-29 18:08:07 +08:00 committed by GitHub
commit 58743f618c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ export function register() {
MultiRoute('entry_e', true);
MultiRoute('exception', true);
R.Route('eventlog.write', (_, __, send) => send.object({
gamesession: K.ITEM('s64', 1n),
gamesession: K.ITEM('s64', BigInt(1)),
logsendflg: K.ITEM('s32', 0),
logerrlevel: K.ITEM('s32', 0),
evtidnosendflg: K.ITEM('s32', 0)