#1449 Update commands.yml and make getter/setter in sync for new delay property
This commit is contained in:
@@ -61,7 +61,7 @@ public class Command {
|
||||
return delay;
|
||||
}
|
||||
|
||||
public void setDelay(int delay) {
|
||||
public void setDelay(long delay) {
|
||||
this.delay = delay;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user