Update variable name

This commit is contained in:
Ryder Belserion 2023-07-20 22:23:02 -04:00
parent a46b2acfa3
commit e9fe8d97f6
No known key found for this signature in database
GPG Key ID: 6F86975AD74B46E5

View File

@ -137,8 +137,8 @@ public class CommandContext implements CommandActor, CommandArgs {
}
@Override
public void setLabel(String alias) {
this.label = alias;
public void setLabel(String label) {
this.label = label;
}
@Override