aboutsummaryrefslogtreecommitdiff
path: root/internal/game/core_login_account.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-08 14:44:12 -0400
committerhistoria <[not public]>2026-07-08 14:44:12 -0400
commitf8f3959236c0e36a93e2cd2ffa5063f8ea5005a3 (patch)
treec829e11d004c1d71ee02e10ad540d97031d00df8 /internal/game/core_login_account.go
parent2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (diff)
downloadthehouseoficarus-f8f3959236c0e36a93e2cd2ffa5063f8ea5005a3.tar.gz
replace gaia04 with vesta
Diffstat (limited to 'internal/game/core_login_account.go')
-rw-r--r--internal/game/core_login_account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/core_login_account.go b/internal/game/core_login_account.go
index 45dc2e8..186a5c3 100644
--- a/internal/game/core_login_account.go
+++ b/internal/game/core_login_account.go
@@ -190,7 +190,7 @@ func (g *Game) showMenu(sess *net.Session) {
mode := menuColorMode(sess)
lines := []string{
"",
- fmt.Sprintf("Welcome back to Gaia 04, %s.", sess.Account.Name),
+ fmt.Sprintf("Welcome back to Vesta, %s.", sess.Account.Name),
"",
}
if len(sess.Account.Characters) > 0 {