This commit is contained in:
Lucas
2019-07-07 00:52:37 +02:00
parent aaea8ec0d5
commit 70e0d6cc34
16 changed files with 50 additions and 43 deletions

View File

@@ -83,9 +83,9 @@ public final class BoundaryObject {
ReflectionCheck.clientPreferences.roofsHidden = !ReflectionCheck.clientPreferences.roofsHidden;
WorldMapSection0.savePreferences();
if (ReflectionCheck.clientPreferences.roofsHidden) {
WorldMapIcon1.method219(99, "", "Roofs are now all hidden");
WorldMapIcon1.addGameMessage(99, "", "Roofs are now all hidden");
} else {
WorldMapIcon1.method219(99, "", "Roofs will only be removed selectively");
WorldMapIcon1.addGameMessage(99, "", "Roofs will only be removed selectively");
}
}