mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
No more BigInt() to protect user from not able to start the server
This commit is contained in:
parent
2cac29b513
commit
5d484d8378
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user