mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-05 07:57:45 +01:00
commit
68449801c8
@ -41,7 +41,7 @@ public class Quester {
|
|||||||
boolean hasJournal = false;
|
boolean hasJournal = false;
|
||||||
|
|
||||||
public String questToTake;
|
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;
|
private static final long serialVersionUID = 6361484975823846780L;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user