mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
Update variable name
This commit is contained in:
parent
a46b2acfa3
commit
e9fe8d97f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user