Added history size configuration option.

This commit is contained in:
sk89q
2011-02-18 21:57:43 -08:00
parent 5254986da2
commit 0f46fb957f
4 changed files with 10 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ public class LocalSession {
THRU
}
public static final int MAX_HISTORY_SIZE = 15;
public static int MAX_HISTORY_SIZE = 15;
private LocalConfiguration config;