1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00

Add missing variable.

This commit is contained in:
KHobbits
2013-06-25 15:09:50 +01:00
parent a473ae4d6b
commit fa4b0a2445

View File

@@ -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);