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:
@@ -16,7 +16,7 @@ public class ConfigHolder extends AsyncStorageObjectHolder<GeoIP>
|
||||
{
|
||||
super(ess, GeoIP.class);
|
||||
this.geoip = geoip;
|
||||
onReload();
|
||||
onReload(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user