Expand server version debug logging
This commit is contained in:
parent
4d88b2a94a
commit
f2ed957579
@ -907,7 +907,7 @@ export class GameController
|
||||
protected logProfileDetails(fullProfile: IAkiProfile): void
|
||||
{
|
||||
this.logger.debug(`Profile made with: ${fullProfile.aki.version}`);
|
||||
this.logger.debug(`Server version: ${this.coreConfig.akiVersion}`);
|
||||
this.logger.debug(`Server version: ${this.coreConfig.akiVersion} ${this.coreConfig.commit}`);
|
||||
this.logger.debug(`Debug enabled: ${globalThis.G_DEBUG_CONFIGURATION}`);
|
||||
this.logger.debug(`Mods enabled: ${globalThis.G_MODS_ENABLED}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user