Bug #1826 » 1826.patch
| server/savegame/savemain.c | ||
|---|---|---|
|
if (savefile_options == nullptr) {
|
||
|
log_error("Missing savefile options. Can not load the savegame.");
|
||
|
return;
|
||
|
exit(EXIT_FAILURE);
|
||
|
}
|
||
|
if (has_capabilities("+version3", savefile_options)) {
|
||