mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Remove getServerName()
This commit is contained in:
		@@ -293,11 +293,6 @@ public class SpongeMain implements IPlotMain {
 | 
			
		||||
        Sponge.getEventManager().registerListeners(this, new WorldEvents());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public String getServerName() {
 | 
			
		||||
        throw new UnsupportedOperationException("NOT IMPLEMENTED YET");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void startMetrics() {
 | 
			
		||||
        SpongeMetrics metrics = new SpongeMetrics(this.game, this.plugin);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user