fix objective 1

This commit is contained in:
Milos Kozak 2017-12-31 11:07:21 +01:00
parent fcbe8555a6
commit 458d812e2e

View file

@ -260,7 +260,7 @@ public class ObjectivesPlugin implements PluginBase, ConstraintsInterface {
**/
@Override
public boolean isLoopEnabled() {
return objectives.get(1).started.getTime() > 0;
return objectives.get(0).started.getTime() > 0;
}
@Override