mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Made OpenSearches use the default value instead of setting it to 1.
This commit is contained in:
parent
3fabefee76
commit
4056e48643
@ -31,7 +31,7 @@ public class HabboNavigatorWindowSettings {
|
||||
this.y = set.getInt("y");
|
||||
this.width = set.getInt("width");
|
||||
this.height = set.getInt("height");
|
||||
this.openSearches = set.getString("open_searches").equals("1");
|
||||
this.openSearches = set.getBoolean("open_searches");
|
||||
this.unknown = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user