Skip to content

Commit

Permalink
Update MirrorConfig.java
Browse files Browse the repository at this point in the history
Fixed config tabs
  • Loading branch information
The-Jani authored Jun 19, 2020
1 parent e97acad commit 21b7a05
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
public interface MirrorConfig extends Config
{
@ConfigItem(
position = 0,
keyName = "mirrorName",
name = "Display player name in title",
description = "Append the player's to the mirrored window title (if logged in)"
position = 0,
keyName = "mirrorName",
name = "Display player name in title",
description = "Append the player's to the mirrored window title (if logged in)"
)
default boolean mirrorName()
{
return true;
}
}
}

0 comments on commit 21b7a05

Please sign in to comment.