mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 00:04:10 -08:00
parent
51740a8838
commit
df42025a21
|
@ -1084,7 +1084,7 @@ public class CodeServlet extends HttpServlet {
|
|||
end = 1000;
|
||||
break;
|
||||
}
|
||||
phaseLimit = count;
|
||||
phaseLimit = Math.max(1, count);
|
||||
return progressReached(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user