mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update comment
This commit is contained in:
parent
234acd17d3
commit
ac9a489dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue