mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-28 23:29:08 +02:00
Switch to the new I18n class and format cleanup of all classes
This commit is contained in:
@@ -22,6 +22,6 @@ public class Commandsetxmpp extends EssentialsCommand
|
||||
}
|
||||
|
||||
EssentialsXMPP.getInstance().setAddress(user, args[0]);
|
||||
user.sendMessage("XMPP address set to "+args[0]);
|
||||
user.sendMessage("XMPP address set to " + args[0]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user