Revert previous commit

This commit is contained in:
HappyPikachu 2015-02-27 13:42:30 -05:00
parent 6b6ba2f5ac
commit f73e99613f

View File

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