Skip to content

Commit

Permalink
Remove unused tnt messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 5, 2024
1 parent 658955d commit e0cec19
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ public final class V2JsonMessages {
public String revokeAccessCurrentChunk =
"The specified players no longer have permissions in this chunk";

// TNT localization
public String tntNoPerm = "&cYou do not have permission to toggle TNT in this chunk";
public String tntEnabled = "&aTNT has been enabled in this chunk";
public String tntDisabled = "&aTNT has been disabled in this chunk";

// Name localization
public String nameClear = "&aYour name has been cleared";
public String nameNotSet = "&cYou do not have a custom name set";
Expand Down

0 comments on commit e0cec19

Please sign in to comment.