mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Hide date for current province intelligence
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ namespace eagle {
|
||||
mobilizeImage.gameObject.SetActive(true);
|
||||
break;
|
||||
}
|
||||
} else if (Province.AsOf != null) {
|
||||
} else if (Province.AsOf != null && !Province.AsOf.Equals(Model.CurrentDate)) {
|
||||
AsOfField.text = $"As of {DisplayNames.DateString(Province.AsOf)}";
|
||||
AsOfField.gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user