mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Fixing minor typo that breaks the tests.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1401 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
5f803ffcaa
commit
6e37682c0c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class EssentialsConf extends Configuration
|
||||||
{
|
{
|
||||||
if (templateName != null)
|
if (templateName != null)
|
||||||
{
|
{
|
||||||
logger.log(Level.INFO, Util.format("creatingConfigFromTemplate ", configFile.toString()));
|
logger.log(Level.INFO, Util.format("creatingConfigFromTemplate", configFile.toString()));
|
||||||
createFromTemplate();
|
createFromTemplate();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue