inVINCEable

2,140
reputation
3
25
48
if(user.hasTime == true) {
    user.updateDesc();
} else {
    user.workOnSomethingProductive();
}