mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 13:36:31 +00:00
Fixing typo in release build.
This commit is contained in:
parent
a111a07bca
commit
4aecc034c2
1 changed files with 1 additions and 1 deletions
|
@ -1773,7 +1773,7 @@ public class GroupManager extends JavaPlugin {
|
|||
test.sendMessage(ChatColor.YELLOW + name +" was " + msg);
|
||||
} else
|
||||
if ((player != null) && ((player.hasPermission("groupmanager.notify.self")) || (player.hasPermission("groupmanager.notify.other"))))
|
||||
player.sendMessage(ChatColor.YELLOW + "You we're " + msg);
|
||||
player.sendMessage(ChatColor.YELLOW + "You were " + msg);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue