Skip to content

Commit e4f819e

Browse files
committed
Better comments.
1 parent 3fe5ac0 commit e4f819e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/pro/cloudnode/smp/cloudnodemsg/PluginConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public PluginConfig(final @NotNull FileConfiguration config) {
120120
}
121121

122122
/**
123-
* The player you disabled private messages
123+
* Player's private messages have been toggled off
124124
* <p>Placeholders:</p>
125125
* <ul><li>{@code <player>} - the player's username</li></ul>
126126
*
@@ -137,7 +137,7 @@ public PluginConfig(final @NotNull FileConfiguration config) {
137137
}
138138

139139
/**
140-
* The player you enabled private messages
140+
* Player's private messages have been toggled on
141141
* <p>Placeholders:</p>
142142
* <ul><li>{@code <player>} - the player's username</li></ul>
143143
*

0 commit comments

Comments
 (0)