Clean up old code
This commit is contained in:
parent
076b4f7a60
commit
bd499db5ab
1 changed files with 1 additions and 2 deletions
|
@ -540,8 +540,7 @@ public final class Prototype {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkForUpdates() {
|
private void checkForUpdates() {
|
||||||
if ( /* lastCheck < System.currentTimeMillis()- 2000l*/
|
if (!isUpToDate()) {
|
||||||
!isUpToDate()) {
|
|
||||||
app.typemgr.updatePrototype(Prototype.this);
|
app.typemgr.updatePrototype(Prototype.this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue