mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-26 02:02:29 -05:00
Merge pull request #23 from DitFranXX/patch-1
Fix TS2737 on SDVX plugin
This commit is contained in:
commit
58743f618c
|
|
@ -67,7 +67,7 @@ export function register() {
|
||||||
MultiRoute('entry_e', true);
|
MultiRoute('entry_e', true);
|
||||||
MultiRoute('exception', true);
|
MultiRoute('exception', true);
|
||||||
R.Route('eventlog.write', (_, __, send) => send.object({
|
R.Route('eventlog.write', (_, __, send) => send.object({
|
||||||
gamesession: K.ITEM('s64', 1n),
|
gamesession: K.ITEM('s64', BigInt(1)),
|
||||||
logsendflg: K.ITEM('s32', 0),
|
logsendflg: K.ITEM('s32', 0),
|
||||||
logerrlevel: K.ITEM('s32', 0),
|
logerrlevel: K.ITEM('s32', 0),
|
||||||
evtidnosendflg: K.ITEM('s32', 0)
|
evtidnosendflg: K.ITEM('s32', 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user