Skip to content

Commit

Permalink
Made canSeeFriendlyInvisibles Intrinsic (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
masagameplay committed Jan 21, 2021
1 parent 8baef4b commit 84ac9ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ public boolean allowFriendlyFire() {
this.shadow$setAllowFriendlyFire(allowFriendlyFire);
}

@Override
public boolean canSeeFriendlyInvisibles() {
@Intrinsic
public boolean team$canSeeFriendlyInvisibles() {
return this.shadow$canSeeFriendlyInvisibles();
}

Expand Down

0 comments on commit 84ac9ee

Please sign in to comment.