This commit is contained in:
Telesphoreo 2023-11-20 16:28:06 -06:00
parent 360775bac3
commit 029cd40124
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class SignListener extends PlexListener
{
private static final LegacyComponentSerializer LEGACY_COMPONENT_SERIALIZER = LegacyComponentSerializer.legacyAmpersand();
@EventHandler(priority = EventPriority.HIGHEST)
@EventHandler(priority = EventPriority.LOW)
public void onSignEdit(SignChangeEvent event)
{
for (int i = 0; i < event.lines().size(); i++)