Merge pull request #43 from 1Rogue/master

Fix NoSuchMethodError
This commit is contained in:
FlyingPikachu 2015-03-05 22:16:58 -05:00
commit 68449801c8

View File

@ -41,7 +41,7 @@ public class Quester {
boolean hasJournal = false;
public String questToTake;
public ConcurrentHashMap<Quest, Integer> currentQuests = new ConcurrentHashMap<Quest, Integer>() {
public Map<Quest, Integer> currentQuests = new ConcurrentHashMap<Quest, Integer>() {
private static final long serialVersionUID = 6361484975823846780L;