Project

General

Profile

Bug #1826 » 1826.patch

John Robertson, 12/19/2025 10:59 PM

View differences:

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)) {
(2-2/4)