Somewhat functional, still has issues
This commit is contained in:
		
					parent
					
						
							
								e46929b4b4
							
						
					
				
			
			
				commit
				
					
						14629a3571
					
				
			
		
					 8 changed files with 109 additions and 116 deletions
				
			
		|  | @ -131,12 +131,12 @@ public class ArenaList { | |||
|             plugin.getManager().leaveArena(arena.getCurrentPlayer(), true); | ||||
|         } | ||||
|          | ||||
|         for(UUID id : arena.getBlockDisplays()) { // TODO | ||||
|         for(UUID id : arena.getBlockDisplays()) { | ||||
|             if(id != null) { | ||||
|                 arenaBlockDisplays.remove(id); | ||||
|             } | ||||
|         } | ||||
|         for(Location block : arena.getBlocks()) { // TODO | ||||
|         for(Location block : arena.getBlocks()) {  | ||||
|             arenaBlocks.remove(block); | ||||
|         } | ||||
|         arena.removeBlockDisplays(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue