Skip to content

Commit

Permalink
Added Table to persitent windows list
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Sep 12, 2015
1 parent b5e00e8 commit 2670b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haven/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Coord cisz() {
private Coord doff;
public static final Set<String> persistentwnds = new HashSet<String>(
Arrays.asList("Timers", "Inventory", "Equipment", "Crafting", "Character Sheet", "Kith & Kin", "Crate",
"Cupboard", "Barrel"));
"Cupboard", "Barrel", "Table"));

@RName("wnd")
public static class $_ implements Factory {
Expand Down

0 comments on commit 2670b09

Please sign in to comment.