Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Nov 3, 2023
1 parent 54333c8 commit 3d1378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Game/Messages/Values/MapChatColor.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getColor(): string {
return self::HELL;
case 'Purgatory':
return self::PURGATORY;
case 'Ice Plane':
case 'The Ice Plane':
return self::ICE_PLANE;
case 'Surface':
default:
Expand Down

0 comments on commit 3d1378f

Please sign in to comment.