mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-11 12:06:59 -05:00
Updated to make it on 1 line instead.
This commit is contained in:
@@ -4,10 +4,7 @@ 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);
|
||||
this.print(`Booting Server v${require("../package.json").version}...`, 33);
|
||||
|
||||
let assetSessionLoaded = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user