PlaceBuilding notification now optional.

This commit is contained in:
Andre Mohren
2018-07-22 13:54:11 +02:00
committed by abcdefg30
parent 7057e32902
commit 8834cee13c
5 changed files with 5 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly int NewOptionsNotificationDelay = 10;
[Desc("Notification to play after building placement if new construction options are available.")]
public readonly string NewOptionsNotification = "NewOptions";
public readonly string NewOptionsNotification = null;
public object Create(ActorInitializer init) { return new PlaceBuilding(this); }
}