mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-24 00:51:25 +01:00
Fixed players not registering at all
This commit is contained in:
parent
d4f3e75f0e
commit
8e81560c0e
@ -103,7 +103,7 @@ public class PlayerOnlineListener implements Listener {
|
||||
new NameProcessor(uuid, playerName, displayName),
|
||||
new PlayerPageUpdateProcessor(uuid)
|
||||
)
|
||||
);
|
||||
).runTaskAsynchronously();
|
||||
Processing.submit(new NetworkPageUpdateProcessor());
|
||||
}
|
||||
|
||||
|
@ -106,7 +106,7 @@ public class SpongePlayerListener {
|
||||
new NameProcessor(uuid, playerName, displayName),
|
||||
new PlayerPageUpdateProcessor(uuid)
|
||||
)
|
||||
);
|
||||
).runTaskAsynchronously();
|
||||
Processing.submit(new NetworkPageUpdateProcessor());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user