Skip to content

Commit

Permalink
Update TextPacket.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Trollhunters501PC authored Jun 11, 2024
1 parent b5253cb commit cdb11b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void translate(BedrockPacket pk, Player player) {
break;
}
case TRANSLATION: {
if(player.getTralateAd() != "true"){
if(player.getTraslateAd() != "true"){
player.setTraslateAd("true");
player.sendMessage("§cChat translation not implemented! Force language on Minecraft bedrock server or use Translator for Geyser Reverse Barrel for Nukkit");
}
Expand Down

0 comments on commit cdb11b7

Please sign in to comment.