Added costs to blueprints

This commit is contained in:
Pax1601
2023-08-12 12:31:28 +02:00
parent 46ca6ac327
commit 6c496e428f
12 changed files with 1082 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ void Scheduler::handleRequest(string key, json::value value, string username)
log(username + " spawned a " + coalition + " " + unitType, true);
}
command = dynamic_cast<Command*>(new SpawnAircrafts(coalition, unitTypes, locations, liveryIDs, loadouts, airbaseName, immediate));
command = dynamic_cast<Command*>(new SpawnAircrafts(coalition, unitTypes, locations, loadouts, liveryIDs, airbaseName, immediate));
}
else if (key.compare("spawnHelicopters") == 0)
{