Report
s&box: Scene cleanup without player disconnect — capture baseline on load, diff and restore on cleanup command
b4f7b7ea-a64e-44e9-ab44-c80b2cb4c6a5
Sandbox-style games need a "cleanup" command that resets the map to its original state — removing spawned props and restoring destroyed map objects — without affecting players. Developers often implement this as a simple scene reload, which disconnects all players.