mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
fixed format?
This commit is contained in:
parent
744861120b
commit
0c4146162a
@ -344,7 +344,7 @@ namespace command
|
|||||||
|
|
||||||
console::info("Listing assets in pool %s\n", game::g_assetNames[type]);
|
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)
|
enum_assets(type, [type, filter](const game::XAssetHeader header)
|
||||||
{
|
{
|
||||||
const auto asset = game::XAsset{ type, header };
|
const auto asset = game::XAsset{ type, header };
|
||||||
|
Loading…
Reference in New Issue
Block a user