Merge branch 'develop' of https://github.com/Mineplex-LLC/Minecraft-PC into Dual_1.9

This commit is contained in:
git 2016-02-25 18:15:12 +13:00
commit fcc3e8e024

View File

@ -79,6 +79,9 @@ public final class DBPool
public static DataSource getServerStats()
{
if (SERVER_STATS == null)
loadDataSources();
return SERVER_STATS;
}