diff options
| author | historia <[not public]> | 2026-07-08 14:44:12 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 14:44:12 -0400 |
| commit | f8f3959236c0e36a93e2cd2ffa5063f8ea5005a3 (patch) | |
| tree | c829e11d004c1d71ee02e10ad540d97031d00df8 /internal/game | |
| parent | 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (diff) | |
| download | thehouseoficarus-f8f3959236c0e36a93e2cd2ffa5063f8ea5005a3.tar.gz | |
replace gaia04 with vesta
Diffstat (limited to 'internal/game')
| -rw-r--r-- | internal/game/core_login_account.go | 2 |
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 { |
