From a1b6613c6c6a2f8d6e1ecd47e766bd40f92ac295 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 28 Jun 2026 02:40:30 -0400 Subject: feat: admin accounts, god mode, OLC commands like dig/room, 'inline' objects changed to 'local' objects --- internal/game/tick.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/tick.go') diff --git a/internal/game/tick.go b/internal/game/tick.go index 7f593a4..eba8438 100644 --- a/internal/game/tick.go +++ b/internal/game/tick.go @@ -27,6 +27,7 @@ func (g *Game) DisconnectTick() { } sess.DisconnectTicks-- if sess.DisconnectTicks <= 0 { + g.restoreGodPlayer(p) g.AccountStore.SaveCharacter(p) g.Hub.HardRemove(sess) } -- cgit v1.2.3