Load show user reports value from database.

This commit is contained in:
Keir 2015-11-10 16:08:16 +00:00
parent e59b5c2549
commit a81da156ac
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ public class PreferencesRepository extends RepositoryBase
preferences.IgnoreVelocity = resultSet.getBoolean(10);
preferences.PendingFriendRequests = resultSet.getBoolean(11);
preferences.friendDisplayInventoryUI = resultSet.getBoolean(12);
preferences.ShowUserReports = resultSet.getBoolean(13);
}
return preferences;