mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-03 11:06:02 +00:00
Lang changes
This commit is contained in:
parent
a049433bf4
commit
3d47b9faf8
22 changed files with 384 additions and 279 deletions
|
@ -19,8 +19,8 @@ public class EditCommandModule implements CommandModule {
|
|||
return "edit";
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return Lang.EDIT_COMMAND_DESCRIPTION.get();
|
||||
public Lang getDescription() {
|
||||
return Lang.EDIT_COMMAND_DESCRIPTION;
|
||||
}
|
||||
|
||||
public String getArguments() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue