HappyPikachu 2015-02-24 17:51:58 -05:00
parent 01e7db0390
commit 6b6ba2f5ac

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;