mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 13:43:57 +01:00
Potential fix for #565
This commit is contained in:
parent
998859251a
commit
f119489f9f
@ -310,6 +310,9 @@ public class Quester {
|
||||
}
|
||||
|
||||
public void takeQuest(Quest q, boolean override) {
|
||||
if (q == null) {
|
||||
return;
|
||||
}
|
||||
Player player = getPlayer();
|
||||
long start = -1;
|
||||
long end = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user