mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Nextage Beta Release
This commit is contained in:
@@ -758,7 +758,6 @@ async function registerUser(refid: string, version: string, id = _.random(0, 999
|
||||
export const savePlayer: EPR = async (info, data, send) => {
|
||||
const refid = $(data).str('player.refid');
|
||||
if (!refid) return send.deny();
|
||||
console.debug(JSON.stringify(data.obj, null, 4))
|
||||
|
||||
const no = getPlayerNo(data);
|
||||
const version = getVersion(info);
|
||||
|
||||
Reference in New Issue
Block a user