LoaderRework #175
@ -84,7 +84,7 @@ public class LoaderMovement extends LoaderInteractionElement<LoaderMovement.Move
|
||||
|
||||
@Override
|
||||
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();
|
||||
return;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren