mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-22 09:08:05 +01:00
Remove deprecated instance method. Bump version number
This commit is contained in:
parent
afe11242a7
commit
2139465cfc
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
|
||||
<groupId>me.blackvein.quests</groupId>
|
||||
<artifactId>quests</artifactId>
|
||||
<version>3.4.4</version>
|
||||
<version>3.4.5</version>
|
||||
<name>quests</name>
|
||||
<url>https://github.com/FlyingPikachu/Quests/</url>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -474,15 +474,6 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* See Github issue #428
|
||||
*
|
||||
* @deprecated Do not use this method! Will be removed in future release.
|
||||
*/
|
||||
public Quests getInstance() {
|
||||
return this;
|
||||
}
|
||||
|
||||
private class QuestPrompt extends StringPrompt {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user