From 0c4146162a6f0ae6b267ce179413476866f253e9 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sun, 25 Apr 2021 19:47:29 +0200 Subject: [PATCH] fixed format? --- src/client/component/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/command.cpp b/src/client/component/command.cpp index 7180519..f0917e2 100644 --- a/src/client/component/command.cpp +++ b/src/client/component/command.cpp @@ -344,7 +344,7 @@ namespace command console::info("Listing assets in pool %s\n", game::g_assetNames[type]); - const std::string filter = params.get(2); + const std::string filter = params.get(2); enum_assets(type, [type, filter](const game::XAssetHeader header) { const auto asset = game::XAsset{ type, header };