Remove deprecated instance method. Bump version number

This commit is contained in:
BuildTools 2018-12-01 21:44:42 -05:00
parent afe11242a7
commit 2139465cfc
2 changed files with 1 additions and 10 deletions

View File

@ -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>

View File

@ -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 {