mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 04:51:44 +01:00
Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble
This commit is contained in:
@@ -74,7 +74,7 @@ int save_all(void)
|
||||
while (save_list) {
|
||||
if (save_list->type < 0 || save_list->type > SL_MAX) {
|
||||
if (save_list->type == SL_ACTION) {
|
||||
log("Actions not saved - can not autosave. Use 'aedit save'.");
|
||||
log("Actions not saved - cannot autosave. Use 'aedit save'.");
|
||||
save_list = save_list->next; /* Fatal error, skip this one. */
|
||||
} else
|
||||
log("SYSERR: GenOLC: Invalid save type %d in save list.\n", save_list->type);
|
||||
|
||||
Reference in New Issue
Block a user