1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-01 12:20:59 +02:00

Another build fix

This commit is contained in:
snowleo
2011-08-28 06:17:43 +02:00
parent 9eb2d11e63
commit db88b67337

View File

@@ -6,7 +6,7 @@ public class ConfigLoader
public ConfigLoader()
{
new Settings().getTest();
new Settings();
}
}