Skip to content

Commit

Permalink
removed pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Feb 23, 2025
1 parent 54e7bb2 commit 4ab97aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/java/com/jewelexx/tablocation/TabLocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@ protected static String getLoc(Player player) {
String world = "";

if (environment) {
/**
* The environment is formatted as follows:
* - Normal
* - Nether
* - The_End
*
* And in order to convert it into a string and remove the underscore in
* "The_End" we have this mess.
*/
Environment environment = player.getWorld().getEnvironment();

switch (environment) {
Expand Down

0 comments on commit 4ab97aa

Please sign in to comment.