fix missing space in debug message

This commit is contained in:
2025-03-16 14:36:29 -05:00
parent 134f8a291a
commit 0e0a715c29

View File

@@ -2248,7 +2248,7 @@ void debug_ghost_mode() {
ASB("Debug: Ghost mode OFF.");
}else{
univ.ghost_mode = true;
ASB("Debug:Ghost mode ON.");
ASB("Debug: Ghost mode ON.");
}
print_buf();
}