mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-26 02:02:29 -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);
|
MultiRoute('log',log);
|
||||||
|
|
||||||
R.Route('eventlog.write', (_, __, send) => send.object({
|
R.Route('eventlog.write', (_, __, send) => send.object({
|
||||||
gamesession: K.ITEM('s64', BigInt(1)),
|
gamesession: K.ITEM('s64', 1n),
|
||||||
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