Skip to content

Commit

Permalink
Wrong message color
Browse files Browse the repository at this point in the history
  • Loading branch information
ShermansWorld committed Aug 14, 2023
1 parent a2e0ab8 commit f419396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static ActiveMob spawnWaterMobNearPlayer(int distanceFactor, Player playe
player.sendMessage(Util.color("&a&lA Legendary Cod has spawned nearby"));
break;
case "MSO_GiantSquid":
player.sendMessage(Util.color("&a&lA Giant Squid has spawned nearby"));
player.sendMessage(Util.color("&4&lA Giant Squid has spawned nearby"));
break;
default:
player.sendMessage(Util.color("&4&lA shark has spawned nearby"));
Expand Down

0 comments on commit f419396

Please sign in to comment.