OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
544 stars 132 forks source link

Display error if server started without save created #242

Closed mroote closed 3 years ago

mroote commented 3 years ago

Displays an error message if only "Load Latest" save is returned.

knoxfighter commented 3 years ago

Also prevent that in the backend (never trust user input).

mroote commented 3 years ago

Also prevent that in the backend (never trust user input).

Good point, fixed.