Fix pronoun in message autoreply
This commit is contained in:
parent
2d39dbfb58
commit
d12d353c20
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user