Skip to content

Commit

Permalink
6.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Jan 13, 2024
1 parent 02c57ae commit e15a14c
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -100,9 +100,4 @@ public boolean isSystem() {
public final boolean paysTaxes() {
return this == NORMAL || this == ENTRY;
}

public boolean shouldAddToNewObject() {
// nation role is only needed if land is part of nation
return this != NATION;
}
}

0 comments on commit e15a14c

Please sign in to comment.