From 77f8f2019daf8718dd9a491c0e43ba23431da043 Mon Sep 17 00:00:00 2001 From: wish Date: Wed, 2 Nov 2022 23:44:35 +1100 Subject: [PATCH] finalise 9.1 --- config.json | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 69b54862f..813247570 100644 --- a/config.json +++ b/config.json @@ -10,7 +10,7 @@ "AutoCreateAccount": true, "EnableLauncherServer": false, "HideLoginNotice": false, - "LoginNotice": "
Welcome to Erupe SU9.1 Beta!
Erupe is experimental software, we are not liable for any
issues caused by installing the software!

■Report bugs on Discord!

■Test everything!

■Don't talk to softlocking NPCs!

■Fork the code on GitHub!

Thank you to all of the contributors,

this wouldn't exist without you.", + "LoginNotice": "
Welcome to Erupe SU9.1!
Erupe is experimental software, we are not liable for any
issues caused by installing the software!

■Report bugs on Discord!

■Test everything!

■Don't talk to softlocking NPCs!

■Fork the code on GitHub!

Thank you to all of the contributors,

this wouldn't exist without you.", "CleanDB": false, "MaxLauncherHR": false, "LogInboundMessages": false, diff --git a/main.go b/main.go index dcb3a14b4..5fdf11d9a 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { defer zapLogger.Sync() logger := zapLogger.Named("main") - logger.Info("Starting Erupe (9.1b)") + logger.Info("Starting Erupe (9.1)") if config.ErupeConfig.Database.Password == "" { preventClose("Database password is blank")