mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 03:30:19 +00:00
Fixes #73
This commit is contained in:
parent
360775bac3
commit
029cd40124
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue