Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Update Verify.java
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcqrn committed May 30, 2016
1 parent f5e8109 commit dd1f214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/mcplugindev/freedomverify/listener/Verify.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class Verify implements Listener {

public static final String BOTPREFIX = ChatColor.DARK_GRAY + "[" + ChatColor.DARK_RED + "Freedom" + ChatColor.RED + "Bot" + ChatColor.DARK_GRAY + "]" + ChatColor.RESET + " ";
public static final String BOTPREFIX = ChatColor.DARK_GRAY + "[" + ChatColor.DARK_GREEN + "Freedom" + ChatColor.GREEN + "Bot" + ChatColor.DARK_GRAY + "]" + ChatColor.RESET + " ";

@EventHandler
public void onPlayerChat(AsyncPlayerChatEvent event) {
Expand Down

0 comments on commit dd1f214

Please sign in to comment.