Skip to content

Commit

Permalink
Reverted some settings, explored for the key binds list to no avail.
Browse files Browse the repository at this point in the history
  • Loading branch information
njs11009 committed Dec 9, 2015
1 parent 9d62f37 commit 2bbbcc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MegaMek/src/megamek/common/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ public void setObserver(boolean observer) {

@Override
public void setInvisible(boolean invisible) {
if(invisible){
this.setObserver(true);
}
this.invisible = invisible;
}

Expand Down

0 comments on commit 2bbbcc9

Please sign in to comment.