mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 15:00:52 +01:00
Merge remote-tracking branch 'origin/dev' into dev222
This commit is contained in:
commit
4b278a2109
@ -16,7 +16,7 @@ public class HabboNavigatorPersonalDisplayMode {
|
||||
}
|
||||
|
||||
public HabboNavigatorPersonalDisplayMode(ResultSet set) throws SQLException {
|
||||
this.listMode = set.getBoolean("list_type") ? ListMode.THUMBNAILS : ListMode.LIST;
|
||||
this.listMode = set.getString("list_type").equals("thumbnails") ? ListMode.THUMBNAILS : ListMode.LIST;
|
||||
this.displayMode = DisplayMode.valueOf(set.getString("display").toUpperCase());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user