mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixes #584
This commit is contained in:
		@@ -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;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user