Fix incorrect player's locale used in view title (#101)

This commit is contained in:
Adam
2022-10-01 12:43:57 -04:00
committed by GitHub
parent 1ceaf296f2
commit d0648cc463

View File

@@ -67,7 +67,7 @@ public class OpenInventoryView extends InventoryView {
String localTitle = OpenInv.getPlugin(OpenInv.class)
.getLocalizedMessage(
owner,
player,
titleKey,
"%player%",
owner.getName());