This commit is contained in:
Charles Dang 2025-03-13 12:53:28 -04:00
parent ddb0e83c2b
commit aabe92e0f9

View File

@ -281,7 +281,7 @@ DEFINE_WFL_FUNCTION(debug_print, 1, 2)
if(game_config::debug && game_display::get_singleton()) {
game_display::get_singleton()->get_chat_manager().add_chat_message(
std::time(nullptr), "WFL", 0, str, events::chat_handler::MESSAGE_PUBLIC, false);
std::time(nullptr), speaker, 0, str, events::chat_handler::MESSAGE_PUBLIC, false);
}
return value;