diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index 273efdddb..4a0a26852 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -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(); }