diff options
| author | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
| commit | f51424c90dbce7191a31b6e675818c985f0f4539 (patch) | |
| tree | a7845a2e09bd6e83d2d034f5e702a4940f38126a /internal/game/core_login_char.go | |
| parent | 58758d41488a777d2bc0e787be655363bdd9eb60 (diff) | |
| download | thehouseoficarus-f51424c90dbce7191a31b6e675818c985f0f4539.tar.gz | |
feat: casino framework and basic slot machine
Diffstat (limited to 'internal/game/core_login_char.go')
| -rw-r--r-- | internal/game/core_login_char.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/core_login_char.go b/internal/game/core_login_char.go index 38499e2..4f59f1b 100644 --- a/internal/game/core_login_char.go +++ b/internal/game/core_login_char.go @@ -108,6 +108,7 @@ func (g *Game) connectCharacter(sess *net.Session, name string) { if g.Hub != nil { g.Hub.EnterRoom(sess, p.RoomID) } + g.Casino.MarkConnected(name) g.doLook(sess) g.checkAggro(sess) |
