Fix single energy pulse

This commit is contained in:
Christian 2013-06-24 20:22:31 -04:00
parent 318eb5c4a7
commit 22b202fb25

View file

@ -19,6 +19,9 @@ public class EnergyPulser {
}
public void update() {
if (!isActive && hasPulsed)
hasPulsed = false;
if (powerReceptor == null || !isActive || tick++ % 10 != 0)
return;