Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
L2j Server Datapack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
L2j
L2j Server Datapack
Commits
5ba56f6e
Commit
5ba56f6e
authored
15 years ago
by
DrLecter
Browse files
Options
Downloads
Patches
Plain Diff
DP support for [L3128], tnx DS
parent
2b1597e5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datapack_development/data/scripts/handlers/chathandlers/ChatTell.java
+5
-0
5 additions, 0 deletions
...elopment/data/scripts/handlers/chathandlers/ChatTell.java
with
5 additions
and
0 deletions
datapack_development/data/scripts/handlers/chathandlers/ChatTell.java
+
5
−
0
View file @
5ba56f6e
...
@@ -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
())
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment