diff --git a/src/com/sheepit/client/Client.java b/src/com/sheepit/client/Client.java index 3e3f8ae..00d409a 100644 --- a/src/com/sheepit/client/Client.java +++ b/src/com/sheepit/client/Client.java @@ -1077,7 +1077,7 @@ import okhttp3.HttpUrl; this.previousJob = ajob; //count frames if they are not test frames and got validated correctly - if (confirmJobReturnCode == Error.Type.OK && Integer.parseInt(this.renderingJob.getId()) >= MIN_JOB_ID) { + if (confirmJobReturnCode == Error.Type.OK && Integer.parseInt(ajob.getId()) >= MIN_JOB_ID) { gui.AddFrameRendered(); }