mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Changed message notification color
This commit is contained in:
parent
41828dbf9c
commit
58acbb4709
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class Player extends Entity implements CommandExecutor {
|
|||
|
||||
@Override
|
||||
public void sendMessage(String message) {
|
||||
notify(message, 11);
|
||||
notify(message, 9);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue