Title: Server Operation Section: Init Section: Running Here is an graph over how the server operates on each refresh. (start code) load map init mod while running if map change then load new map shutdown mod reset clients to init state init mod end if if new tick then call for each client do create snapshot send snapshot end for end process new network messages end while unload map (end) Section: Reinit Section: Shutdown