Update comment

This commit is contained in:
rtm516 2024-07-30 13:24:12 +01:00 committed by GitHub
parent 234acd17d3
commit ac9a489dd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ public class JavaCommandsTranslator extends PacketTranslator<ClientboundCommands
return;
}
// The command flags, set to NOT_CHEAT, so we can enable achievements by default
// The command flags, set to NOT_CHEAT so known commands can be used while achievements are enabled.
Set<CommandData.Flag> flags = Set.of(CommandData.Flag.NOT_CHEAT);
// Loop through all the found commands