ModernUO/Projects/Server/Console
Kamron Batman c2234d285a refactor(console): use System.Threading.Lock for the pump gate
C# 13+ dedicated lock type; the existing lock (_gate) statements lower to
Lock.EnterScope() unchanged.
2026-07-15 23:39:05 -07:00
..
ConsoleInputHandler.cs fix(console): restore pump error logging; drop unused Stop; stop invalidating help cache on lookup 2026-07-15 23:32:06 -07:00
ConsoleInputPump.cs refactor(console): use System.Threading.Lock for the pump gate 2026-07-15 23:39:05 -07:00
HeadlessConsoleInputException.cs feat(console): add Core.Headless flag and guard the exit-pause prompt 2026-07-15 23:32:06 -07:00