Another build fix

This commit is contained in:
snowleo 2011-08-28 06:17:43 +02:00
parent 59e45592cf
commit b559809bfa

View file

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