From 06850d0f27ba3c8ab1ec36eb6e0c58a662522f35 Mon Sep 17 00:00:00 2001 From: florianessl Date: Wed, 29 May 2024 22:35:30 +0200 Subject: [PATCH] -- --- src/game_scoped_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_scoped_storage.h b/src/game_scoped_storage.h index 8fbf5b5bead..bd033dcb779 100644 --- a/src/game_scoped_storage.h +++ b/src/game_scoped_storage.h @@ -1047,7 +1047,7 @@ inline auto Game_DataStorage_TPL::FormatRValue(V v, const char* operandType, Dat if (DynamicScope::IsMapEventScope(operandScope)) { return fmt::format("{}{}[{}]{{M{},E{}}}", DynamicScope::ScopeToStr(operandScope), operandType, v, map_id, event_id); } - return {}; + return ""; } Game_DataStorage_Declare_TPL