From 5d484d8378c0ff48a5ac0468e1a0b09930fe795c Mon Sep 17 00:00:00 2001 From: LatoWolf Date: Thu, 15 Jan 2026 10:08:10 +0800 Subject: [PATCH] No more BigInt() to protect user from not able to start the server --- sdvx@asphyxia/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdvx@asphyxia/index.ts b/sdvx@asphyxia/index.ts index 408b728..f59bb51 100644 --- a/sdvx@asphyxia/index.ts +++ b/sdvx@asphyxia/index.ts @@ -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)