LoaderRework #175
@ -84,7 +84,7 @@ public class LoaderMovement extends LoaderInteractionElement<LoaderMovement.Move
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(Runnable nextAction) {
|
public void execute(Runnable nextAction) {
|
||||||
if (location.getBlock().getType() != material) {
|
if (!(material == Material.STRING && location.getBlock().getType() == Material.TRIPWIRE) && location.getBlock().getType() != material) {
|
||||||
nextAction.run();
|
nextAction.run();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren