Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 089c63f

Browse files
committed
remove condition in QuestsListener
1 parent 191c0ce commit 089c63f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/fr/communaywen/core/quests/QuestsListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ public void onPlayerMove(PlayerMoveEvent event) {
132132

133133
if ((blockX != from.getBlockX() || blockZ != from.getBlockZ()) && !AywenCraftPlugin.frozenPlayers.contains(player))
134134
QuestsManager.manageQuestsPlayer(player.getUniqueId(), QUESTS.WALK_BLOCKS, 1, "Block(s) marché(s)");
135-
if (blockX != from.getBlockX() || blockZ != from.getBlockZ())
136-
QuestsManager.manageQuestsPlayer(player.getUniqueId(), QUESTS.WALK_BLOCKS, 1, "Block(s) marché(s)");
137135

138136
// if (blockX == NINJA_JUMP_END.getBlockX() && blockY == NINJA_JUMP_END.getBlockY() && blockZ == NINJA_JUMP_END.getBlockZ())
139137
// QuestsManager.manageQuestsPlayer(player, QUESTS.NINJA, 1, "jump complété");

0 commit comments

Comments
 (0)