mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-17 21:11:20 +01:00
Always let player login find compass target
This commit is contained in:
parent
d75aa9b248
commit
f619b6c091
@ -906,9 +906,7 @@ public class BukkitPlayerListener implements Listener {
|
|||||||
if (quester.hasJournal()) {
|
if (quester.hasJournal()) {
|
||||||
quester.updateJournal();
|
quester.updateJournal();
|
||||||
}
|
}
|
||||||
if (quester.canUseCompass()) {
|
|
||||||
quester.findCompassTarget();
|
quester.findCompassTarget();
|
||||||
}
|
|
||||||
}, 40L);
|
}, 40L);
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Loading…
Reference in New Issue
Block a user