mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fix compass targeting
This commit is contained in:
		@@ -40,7 +40,7 @@ public class Target extends SubCommand {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        if (args.length == 1) {
 | 
			
		||||
            final PlotId id = MainUtil.parseId(args[1]);
 | 
			
		||||
            final PlotId id = MainUtil.parseId(args[0]);
 | 
			
		||||
            if (id == null) {
 | 
			
		||||
                MainUtil.sendMessage(plr, C.NOT_VALID_PLOT_ID);
 | 
			
		||||
                return false;
 | 
			
		||||
 
 | 
			
		||||
@@ -144,15 +144,6 @@ public class HybridGen extends PlotGenerator {
 | 
			
		||||
        return Arrays.asList((PlotPopulator) new HybridPop(this.plotworld));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Return the default spawn location for this world
 | 
			
		||||
     */
 | 
			
		||||
//    public Location getFixedSpawnLocation(final World world, final Random random) {
 | 
			
		||||
//        if (this.plotworld == null) {
 | 
			
		||||
//            return new Location(world, 0, 128, 0);
 | 
			
		||||
//        }
 | 
			
		||||
//        return new Location(world, 0, this.plotworld.ROAD_HEIGHT + 2, 0);
 | 
			
		||||
//    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * This part is a fucking mess. - Refer to a proper tutorial if you would like to learn how to make a world
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user