Fix pronoun in message autoreply

This commit is contained in:
AlexTheCoder 2016-07-30 17:36:03 -04:00
parent 2d39dbfb58
commit d12d353c20

View File

@ -218,7 +218,7 @@ public class MessageManager extends MiniClientPlugin<ClientMessage>
if (GetClientManager().Get(to).GetRank() == Rank.DEVELOPER) if (GetClientManager().Get(to).GetRank() == Rank.DEVELOPER)
{ {
UtilPlayer.message(from, C.cPurple + to.getName() + " is often AFK or minimized, due to plugin development."); UtilPlayer.message(from, C.cPurple + to.getName() + " is often AFK or minimized, due to plugin development.");
UtilPlayer.message(from, C.cPurple + "Please be patient if she does not reply instantly."); UtilPlayer.message(from, C.cPurple + "Please be patient if they do not reply instantly.");
} }
// Log // Log