Fix incorrect player's locale used in view title (#101)
This commit is contained in:
		@@ -67,7 +67,7 @@ public class OpenInventoryView extends InventoryView {
 | 
			
		||||
 | 
			
		||||
            String localTitle = OpenInv.getPlugin(OpenInv.class)
 | 
			
		||||
                    .getLocalizedMessage(
 | 
			
		||||
                            owner,
 | 
			
		||||
                            player,
 | 
			
		||||
                            titleKey,
 | 
			
		||||
                            "%player%",
 | 
			
		||||
                            owner.getName());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user