1
0
Fork 0
kcx-1614
xjboss 2017-07-30 10:27:22 +08:00
parent 2e9c649e3d
commit c91798691b
1 changed files with 1 additions and 8 deletions

View File

@ -78,14 +78,7 @@ public class SpigotConfig
}
if ( bstats == null )
{
try
{
bstats = new BMetrics();
bstats.start();
} catch ( IOException ex )
{
Bukkit.getServer().getLogger().log( Level.SEVERE, "Could not start bstats metrics service", ex );
}
bstats = new BMetrics();
}
}