RedstoneTester #202
@ -67,7 +67,7 @@ public class RedstoneListener implements Listener {
|
|||||||
if (loc1 != null && loc1.equals(location)) {
|
if (loc1 != null && loc1.equals(location)) {
|
||||||
if (activated != null && !activated.equals(location)) {
|
if (activated != null && !activated.equals(location)) {
|
||||||
player.sendMessage(BauSystem.PREFIX + "Aktivierungsdifferenz§8: §e" + (currentTick - tick));
|
player.sendMessage(BauSystem.PREFIX + "Aktivierungsdifferenz§8: §e" + (currentTick - tick));
|
||||||
player.sendMessage(BauSystem.PREFIX + "Reihenfolge§8: (§7" + locationToString(activated) + " §8->§7 " + locationToString(location) + "§8)");
|
player.sendMessage(BauSystem.PREFIX + "Reihenfolge§8: §7" + locationToString(activated) + " §8->§7 " + locationToString(location));
|
||||||
activated = null;
|
activated = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -76,7 +76,7 @@ public class RedstoneListener implements Listener {
|
|||||||
} else if (loc2 != null && loc2.equals(location)) {
|
} else if (loc2 != null && loc2.equals(location)) {
|
||||||
if (activated != null && !activated.equals(location)) {
|
if (activated != null && !activated.equals(location)) {
|
||||||
player.sendMessage(BauSystem.PREFIX + "Aktivierungsdifferenz§8: §e" + (currentTick - tick));
|
player.sendMessage(BauSystem.PREFIX + "Aktivierungsdifferenz§8: §e" + (currentTick - tick));
|
||||||
player.sendMessage(BauSystem.PREFIX + "Reihenfolge§8: (§7" + locationToString(activated) + " §8->§7 " + locationToString(location) + "§8)");
|
player.sendMessage(BauSystem.PREFIX + "Reihenfolge§8: §7" + locationToString(activated) + " §8->§7 " + locationToString(location));
|
||||||
activated = null;
|
activated = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren