mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Typo :|
This commit is contained in:
		@@ -163,7 +163,7 @@ public class Set extends SubCommand {
 | 
				
			|||||||
            final Location base = MainUtil.getPlotBottomLoc(world, plot.id);
 | 
					            final Location base = MainUtil.getPlotBottomLoc(world, plot.id);
 | 
				
			||||||
            base.setY(0);
 | 
					            base.setY(0);
 | 
				
			||||||
            final Location relative = plr.getLocation().subtract(base.getX(), base.getY(), base.getZ());
 | 
					            final Location relative = plr.getLocation().subtract(base.getX(), base.getY(), base.getZ());
 | 
				
			||||||
            final BlockLoc blockloc = new BlockLoc(relative.getX(), relative.getY(), relative.getZ(), relative.getY(), relative.getPitch());
 | 
					            final BlockLoc blockloc = new BlockLoc(relative.getX(), relative.getY(), relative.getZ(), relative.getYaw(), relative.getPitch());
 | 
				
			||||||
            plot.settings.setPosition(blockloc);
 | 
					            plot.settings.setPosition(blockloc);
 | 
				
			||||||
            DBFunc.setPosition(loc.getWorld(), plot, blockloc.toString());
 | 
					            DBFunc.setPosition(loc.getWorld(), plot, blockloc.toString());
 | 
				
			||||||
            return MainUtil.sendMessage(plr, C.POSITION_SET);
 | 
					            return MainUtil.sendMessage(plr, C.POSITION_SET);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user