mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-23 02:55:40 +01:00
Return to previous prompt when clearing Planner repeat/cooldown
This commit is contained in:
parent
858d34cadc
commit
173fabc322
@ -108,6 +108,7 @@ public class PlannerPrompt extends FixedSetPrompt {
|
||||
}
|
||||
if (input.equalsIgnoreCase(Lang.get("cmdClear"))) {
|
||||
context.setSessionData(CK.PLN_REPEAT_CYCLE, null);
|
||||
return new PlannerPrompt(plugin, factory);
|
||||
}
|
||||
long delay;
|
||||
try {
|
||||
@ -141,6 +142,7 @@ public class PlannerPrompt extends FixedSetPrompt {
|
||||
}
|
||||
if (input.equalsIgnoreCase(Lang.get("cmdClear"))) {
|
||||
context.setSessionData(CK.PLN_COOLDOWN, null);
|
||||
return new PlannerPrompt(plugin, factory);
|
||||
}
|
||||
long delay;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user