mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Make confirm tasks synchronous. It was changed in 7ac3f7ca03
				
					
				
			This commit is contained in:
		@@ -48,7 +48,7 @@ public class Confirm extends SubCommand {
 | 
				
			|||||||
            player.sendMessage(TranslatableCaption.of("confirm.expired_confirm"));
 | 
					            player.sendMessage(TranslatableCaption.of("confirm.expired_confirm"));
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        TaskManager.runTaskAsync(command.command);
 | 
					        TaskManager.runTask(command.command);
 | 
				
			||||||
        return true;
 | 
					        return true;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user