Changed mineplex.com/supporthub > mineplex.com/reports

This commit is contained in:
Mysticate 2015-07-19 15:43:13 -04:00
parent 5f73e50b2a
commit 6edc923002
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ public class Chat extends MiniPlugin
UtilPlayer.message(sender, F.main("Chat", UtilPlayer.message(sender, F.main("Chat",
"Accusing players of cheating in-game is against the rules." "Accusing players of cheating in-game is against the rules."
+ "If you think someone is cheating, please gather evidence and report it at " + "If you think someone is cheating, please gather evidence and report it at "
+ F.link("www.mineplex.com/supporthub/"))); + F.link("www.mineplex.com/reports/")));
event.setCancelled(true); event.setCancelled(true);
} }
else if (_playerLastMessage.containsKey(sender.getUniqueId())) else if (_playerLastMessage.containsKey(sender.getUniqueId()))