No more BigInt() to protect user from not able to start the server

This commit is contained in:
LatoWolf 2026-01-15 10:08:10 +08:00
parent 2cac29b513
commit 5d484d8378

View File

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