mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	@@ -51,6 +51,9 @@ public class PlotInventory {
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public PlotItemStack getItem(int index) {
 | 
			
		||||
        if (index < 0 || index >= items.length) {
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
        return items[index];
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user