From 5f6f453dc8a1961faee00e6c53989e8ada3889f9 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Thu, 29 Sep 2011 11:16:27 +0800 Subject: [PATCH] Change chat 'scrollback' setting to be consistent with existing defaults. --- src/main/resources/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 4d47c4e7..4fc82f77 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -63,7 +63,8 @@ components: type: chatbox showplayerfaces: true messagettl: 5 - scrollback: 100 + # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages + #scrollback: 100 - class: org.dynmap.ClientComponent type: playermarkers showplayerfaces: true