From 6749bbf2b807b057450516f5d5950cf36f487424 Mon Sep 17 00:00:00 2001 From: Tech <49742865+DebitCardz@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:44:37 -0400 Subject: [PATCH] docs: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b0540..297d52e 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ fun glowingHeadGUI(): GUI { slot(2, 2) { item = item(Material.PLAYER_HEAD) { name = Component.text("Your glowing head!", NamedTextColor.GOLD) - skulOwner = player + skullOwner = player glowing = true } } @@ -298,4 +298,4 @@ getCommand("openUi").setExecutor(object : CommandExecutor { If a single instance of a GUI is being used to be opened to multiple people or is cached it's extremely important to mark `automaticallyUnregisterListener` as false or the `Listener` attached to the `GUI` -will be unregistered once all initial viewers of the `GUI` exit the menu resulting in undefined behavior. \ No newline at end of file +will be unregistered once all initial viewers of the `GUI` exit the menu resulting in undefined behavior.