1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

Getting rid of locks, part one

This commit is contained in:
snowleo
2012-10-06 15:31:59 +02:00
parent f2e31e56c5
commit 463c4ff62d
32 changed files with 432 additions and 209 deletions

View File

@@ -16,7 +16,7 @@ public class ConfigHolder extends AsyncStorageObjectHolder<GeoIP>
{
super(ess, GeoIP.class);
this.geoip = geoip;
onReload();
onReload(true);
}
@Override