Nextage Beta Release

This commit is contained in:
DitFranXX
2021-04-26 07:09:18 +09:00
parent 18f05da297
commit fbebd9eac8
5 changed files with 10 additions and 6 deletions
-1
View File
@@ -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);