Make MessageUtils use the right import for people not on Spigot.

This commit is contained in:
AppleDash 2016-08-04 02:21:15 -04:00
parent f44396db7a
commit b71b373299

View File

@ -1,7 +1,7 @@
package org.appledash.saneeconomy.utils;
import net.md_5.bungee.api.ChatColor;
import org.appledash.saneeconomy.SaneEconomy;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
/**