Fixed Lever Activation for 0 Ticks #98
@ -79,7 +79,7 @@ public class Detonator implements Listener {
|
|||||||
for (Detoloader.DetonatorActivation activation: getLocations()) {
|
for (Detoloader.DetonatorActivation activation: getLocations()) {
|
||||||
|
|
||||||
Boolean powered;
|
Boolean powered;
|
||||||
if(activation.activation == 0) switch (Core.getVersion()) {
|
if(activation.activation == -1) switch (Core.getVersion()) {
|
||||||
case 15:
|
case 15:
|
||||||
powered = AutoLoader_15.getLever(activation.location.getBlock());
|
powered = AutoLoader_15.getLever(activation.location.getBlock());
|
||||||
AutoLoader_15.setRedstone(activation.location, !powered);
|
AutoLoader_15.setRedstone(activation.location, !powered);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren