mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Update motd on reload.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1426 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
3e046d71a8
commit
b7924d8b87
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@ public class Essentials extends JavaPlugin
|
||||||
user.reloadConfig();
|
user.reloadConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for motd
|
||||||
|
getConfiguration().load();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ItemDb.load(getDataFolder(), "items.csv");
|
ItemDb.load(getDataFolder(), "items.csv");
|
||||||
|
|
Loading…
Reference in a new issue