1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-29 14:05:25 +01:00

Merge pull request #1518 from hbarreau/master

Update JobsPlayer.java
This commit is contained in:
Zrips 2022-11-14 13:38:48 +02:00 committed by GitHub
commit 88bde11e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -867,7 +867,7 @@ public class JobsPlayer {
if (job == null)
return;
builder.append(job.getChatColor());
builder.append(job.getName().replace("{level}", levelS));
builder.append(job.getJobFullName().replace("{level}", levelS));
builder.append(CMIChatColor.WHITE);
}