fix
This commit is contained in:
parent
2e9c649e3d
commit
c91798691b
@ -77,15 +77,8 @@ public class SpigotConfig
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( bstats == null )
|
if ( bstats == null )
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
{
|
||||||
bstats = new BMetrics();
|
bstats = new BMetrics();
|
||||||
bstats.start();
|
|
||||||
} catch ( IOException ex )
|
|
||||||
{
|
|
||||||
Bukkit.getServer().getLogger().log( Level.SEVERE, "Could not start bstats metrics service", ex );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user