Skip to content

Commit 30f5058

Browse files
committed
0.9.5
1 parent efacb69 commit 30f5058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/colorapi/ColorAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class ColorAPI {
66

7-
public String translateColorCodes(String text) {
7+
public static String translateColorCodes(String text) {
88
Bukkit.broadcastMessage("COlorAPI OK");
99
return ColorAPIPlugin.getInstance().getColorFormat().formatText(text);
1010
}

0 commit comments

Comments
 (0)