mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Add missing variable.
This commit is contained in:
parent
c92ae00f9f
commit
c0ed8649d0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue