mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-19 07:57:21 -05:00
Added server version at startup.
This commit is contained in:
parent
35e4b93974
commit
d63d576ca3
|
|
@ -4,6 +4,9 @@ import * as CFG from "../cfg";
|
|||
|
||||
export function setup() {
|
||||
|
||||
var package_json = require('../package.json');
|
||||
this.print("Server version: "+package_json.version, 33);
|
||||
|
||||
this.print("Booting server..", 33);
|
||||
|
||||
let assetSessionLoaded = false;
|
||||
|
|
@ -33,4 +36,4 @@ export function setup() {
|
|||
});
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user