summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-06-25 15:09:50 +0100
committerKHobbits <rob@khobbits.co.uk>2013-06-25 15:09:50 +0100
commitfa4b0a24457f3863377b846c4253d7a7053dcd6c (patch)
tree580a2092366913907fc665308f16deebcbadd636
parenta473ae4d6b64f00eefdb80a6deff3fcf8c981062 (diff)
downloadEssentials-fa4b0a24457f3863377b846c4253d7a7053dcd6c.tar
Essentials-fa4b0a24457f3863377b846c4253d7a7053dcd6c.tar.gz
Essentials-fa4b0a24457f3863377b846c4253d7a7053dcd6c.tar.lz
Essentials-fa4b0a24457f3863377b846c4253d7a7053dcd6c.tar.xz
Essentials-fa4b0a24457f3863377b846c4253d7a7053dcd6c.zip
Add missing variable.
-rw-r--r--Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java b/Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java
index e55af485f..dac1f5a21 100644
--- a/Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java
+++ b/Essentials/src/com/earth2me/essentials/textreader/KeywordReplacer.java
@@ -45,7 +45,7 @@ public class KeywordReplacer implements IText
String displayName, ipAddress, balance, mails, world;
String worlds, online, unique, playerlist, date, time;
String worldTime12, worldTime24, worldDate, plugins;
- String userName, version;
+ String userName, version, address;
if (sender instanceof Player)
{
final User user = ess.getUser(sender);