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/cmd_quit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/cmd_quit.go') diff --git a/internal/game/cmd_quit.go b/internal/game/cmd_quit.go index 60b1495..12d3879 100644 --- a/internal/game/cmd_quit.go +++ b/internal/game/cmd_quit.go @@ -33,6 +33,7 @@ func (g *Game) doQuit(sess *net.Session) { sess.WriteLine("You close your eyes...") case 0: g.cancelRest(p.Name) + g.restoreGodPlayer(p) g.AccountStore.SaveCharacter(p) g.charsMu.Lock() delete(g.loggedInChars, p.Name) -- cgit v1.2.3