mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Have correct bStats data point to a new id
This commit is contained in:
		@@ -257,9 +257,9 @@ public class mcMMO extends JavaPlugin {
 | 
			
		||||
                metrics.addCustomChart(new Metrics.SimplePie("version", () -> getDescription().getVersion()));
 | 
			
		||||
 | 
			
		||||
                if(Config.getInstance().getIsRetroMode())
 | 
			
		||||
                    metrics.addCustomChart(new Metrics.SimplePie("scaling", () -> "Retro"));
 | 
			
		||||
                    metrics.addCustomChart(new Metrics.SimplePie("leveling_system", () -> "Retro"));
 | 
			
		||||
                else
 | 
			
		||||
                    metrics.addCustomChart(new Metrics.SimplePie("scaling", () -> "Standard"));
 | 
			
		||||
                    metrics.addCustomChart(new Metrics.SimplePie("leveling_system", () -> "Standard"));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        catch (Throwable t) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user