Skip to content
Snippets Groups Projects
Commit 5ba56f6e authored by DrLecter's avatar DrLecter
Browse files

DP support for [L3128], tnx DS

parent 2b1597e5
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,11 @@ public class ChatTell implements IChatHandler ...@@ -76,6 +76,11 @@ public class ChatTell implements IChatHandler
activeChar.sendMessage("Player is chat banned."); activeChar.sendMessage("Player is chat banned.");
return; return;
} }
if (receiver.getClient().isDetached())
{
activeChar.sendMessage("Player is in offline mode.");
return;
}
if (!receiver.getMessageRefusal()) if (!receiver.getMessageRefusal())
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment