mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +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();
|
private static final LegacyComponentSerializer LEGACY_COMPONENT_SERIALIZER = LegacyComponentSerializer.legacyAmpersand();
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.LOW)
|
||||||
public void onSignEdit(SignChangeEvent event)
|
public void onSignEdit(SignChangeEvent event)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < event.lines().size(); i++)
|
for (int i = 0; i < event.lines().size(); i++)
|
||||||
|
|
Loading…
Reference in a new issue