mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-06-01 13:03:12 -05:00
bug fix
This commit is contained in:
parent
60d7a0ae64
commit
4d44eec7c9
|
|
@ -12,7 +12,7 @@ function genNEXPassoword() {
|
|||
if (offset < 10) return offset;
|
||||
if (offset < 36) return String.fromCharCode(offset + 55);
|
||||
return String.fromCharCode(offset + 61);
|
||||
}
|
||||
};
|
||||
|
||||
while (output.length < 16) {
|
||||
output.push(character());
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ const config = require('../../config');
|
|||
const constants = require('../../constants');
|
||||
const helpers = require('../../helpers');
|
||||
const route_debugger = new debug('Provider Route'.green);
|
||||
const gamePort = require('../../config.json').nex_servers;
|
||||
const gamePort = config.nex_servers;
|
||||
|
||||
route_debugger.log('Loading \'provider\' API routes');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user