This commit is contained in:
Luck 2016-06-28 17:13:14 +01:00
parent d855be1c65
commit e5e1333769
2 changed files with 0 additions and 3 deletions

View File

@ -175,7 +175,6 @@ public class FlatfileDatastore extends Datastore {
return true;
});
// User updating and loading should be done sync as permission attachments are updated
if (success) plugin.getUserManager().updateOrSetUser(user);
return success;
}

View File

@ -148,7 +148,6 @@ abstract class SQLDatastore extends Datastore {
}
});
// User updating and loading should be done sync as permission attachments are updated
if (success) plugin.getUserManager().updateOrSetUser(user);
return success;
}
@ -190,7 +189,6 @@ abstract class SQLDatastore extends Datastore {
}
});
// User updating and loading should be done sync as permission attachments are updated
if (success) plugin.getUserManager().updateOrSetUser(user);
return success;
}