mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
Fixes #584
This commit is contained in:
parent
fb0b50218d
commit
3662b05da8
@ -1,5 +1,6 @@
|
||||
package com.intellectualcrafters.plot.object;
|
||||
|
||||
import com.intellectualcrafters.plot.config.C;
|
||||
import com.intellectualcrafters.plot.util.ChatManager;
|
||||
|
||||
public class PlotMessage {
|
||||
@ -44,7 +45,7 @@ public class PlotMessage {
|
||||
}
|
||||
|
||||
public PlotMessage color(String color) {
|
||||
ChatManager.manager.color(this, color);
|
||||
ChatManager.manager.color(this, C.color(color));
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user