AddSpawners disabled by default

This commit is contained in:
marcgpuig 2018-12-11 14:37:51 +01:00 committed by nsubiron
parent 52429a3e94
commit cb1aaff0d2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ private:
/// If true, spawners will be placed when generating the routes
UPROPERTY(Category = "Spawners", EditAnywhere)
bool bAddSpawners = true;
bool bAddSpawners = false;
/// Determine the height where the spawners will be placed, relative to each RoutePlanner
UPROPERTY(Category = "Spawners", EditAnywhere)