mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-06 20:23:54 -05:00
Merge pull request #32 from Cronick/patch-1
Added server version at startup.
This commit is contained in:
commit
8bec04c8d4
|
|
@ -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() {
|
|||
});
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user