Resolved #1344 - currently showing tutorials should not activate again

This commit is contained in:
Yair Morgenstern 2019-11-19 23:19:07 +02:00
parent 3ea6c63e0b
commit e4fe43f281

View File

@ -28,6 +28,7 @@ class Tutorials{
fun displayTutorials(name: String, stage: Stage) {
if (!UnCivGame.Current.settings.showTutorials) return
if (UnCivGame.Current.settings.tutorialsShown.contains(name)) return
if(tutorialTexts.any { it.name==name }) return // currently showing
var texts: ArrayList<String>
try {