mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-27 21:14:05 -05:00
Merge pull request #32 from Cronick/patch-1
Added server version at startup.
This commit is contained in:
@@ -4,7 +4,7 @@ import * as CFG from "../cfg";
|
||||
|
||||
export function setup() {
|
||||
|
||||
this.print("Booting server..", 33);
|
||||
this.print(`Booting Server v${require("../package.json").version}...`, 33);
|
||||
|
||||
let assetSessionLoaded = false;
|
||||
|
||||
@@ -33,4 +33,4 @@ export function setup() {
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user