[ZoneBuilder] Fix verifyzone command
This commit is contained in:
parent
1439d5fa03
commit
575607891d
@ -536,7 +536,7 @@ namespace Components
|
||||
{
|
||||
if (params.Length() < 2) return;
|
||||
|
||||
static std::string zone = params[1];
|
||||
std::string zone = params[1];
|
||||
|
||||
ZoneBuilder::BeginAssetTrace(zone);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user