mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 20:25:45 +01:00
Fix creation of break-block quests. Bump version number
This commit is contained in:
parent
ef9297910c
commit
52c6d388ac
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
|
||||
<groupId>me.blackvein.quests</groupId>
|
||||
<artifactId>quests</artifactId>
|
||||
<version>2.7.5</version>
|
||||
<version>2.7.6</version>
|
||||
<name>quests</name>
|
||||
<url>https://github.com/FlyingPikachu/Quests/</url>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -379,7 +379,7 @@ public class CreateStagePrompt extends FixedSetPrompt implements ColorUtil {
|
||||
protected Prompt acceptValidatedInput(ConversationContext context, String input) {
|
||||
|
||||
if (input.equalsIgnoreCase("1")) {
|
||||
return new PlaceBlockListPrompt();
|
||||
return new BreakBlockListPrompt();
|
||||
} else if (input.equalsIgnoreCase("2")) {
|
||||
return new DamageBlockListPrompt();
|
||||
} else if (input.equalsIgnoreCase("3")) {
|
||||
|
Loading…
Reference in New Issue
Block a user