Fix one edge case of RedstonetesterUtils
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
04249488d9
Commit
056015395a
@ -89,10 +89,10 @@ public class RedstonetesterUtils {
|
|||||||
tick = null;
|
tick = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (loc1.equals(location)) {
|
|
||||||
if (TPSUtils.currentTick.get() - lastTick > 100) {
|
if (TPSUtils.currentTick.get() - lastTick > 100) {
|
||||||
tick = null;
|
tick = null;
|
||||||
}
|
}
|
||||||
|
if (loc1.equals(location)) {
|
||||||
lastTick = TPSUtils.currentTick.get();
|
lastTick = TPSUtils.currentTick.get();
|
||||||
if (tick == null) {
|
if (tick == null) {
|
||||||
tick = TPSUtils.currentTick.get();
|
tick = TPSUtils.currentTick.get();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren