This update includes the transition to protocoloutput while maintaining backwards compatibility with all MUDs still using proc_colors

This commit is contained in:
Vatiken
2012-03-16 01:26:00 +00:00
parent 0fd579d3d4
commit f0a80caaa3
25 changed files with 210 additions and 233 deletions

View File

@@ -161,7 +161,7 @@ static void hedit_save_to_disk(struct descriptor_data *d)
strip_cr(buf1);
/* Forget making a buffer, lets just write the thing now. */
fprintf(fp, "%s#%d\n", buf1, help_table[i].min_level);
fprintf(fp, "%s#%d\n", convert_from_tabs(buf1), help_table[i].min_level);
}
/* Write final line and close. */
fprintf(fp, "$~\n");