From 0e0a715c29a9a97eda7aec31ff551c203425b0cf Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 16 Mar 2025 14:36:29 -0500 Subject: [PATCH] fix missing space in debug message --- src/game/boe.actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }