refactor: remove todo
This commit is contained in:
parent
25e3893771
commit
9bcbb510a0
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ public class PlayerJoinListener implements Listener {
|
||||||
final PlayerNameStore nameStore = instance.getNameStore();
|
final PlayerNameStore nameStore = instance.getNameStore();
|
||||||
final PlayerDataStore dataStore = instance.getDataStore();
|
final PlayerDataStore dataStore = instance.getDataStore();
|
||||||
|
|
||||||
// TODO: 2/20/23 Fetch data from BungeeCord
|
|
||||||
nameStore.storeName(player);
|
nameStore.storeName(player);
|
||||||
Bukkit.getScheduler().runTaskLater(instance, () -> {
|
Bukkit.getScheduler().runTaskLater(instance, () -> {
|
||||||
final Optional<NickoProfile> optionalProfile = dataStore.getData(player.getUniqueId());
|
final Optional<NickoProfile> optionalProfile = dataStore.getData(player.getUniqueId());
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: Nicko
|
||||||
main: xyz.atnrch.nicko.NickoBukkit
|
main: xyz.atnrch.nicko.NickoBukkit
|
||||||
version: 1.0-SNAPSHOT
|
version: 1.0-SNAPSHOT
|
||||||
author: Ineanto
|
author: Ineanto
|
||||||
description: "In-game appearance manager."
|
description: "The feature packed, next generation disguise plugin for Minecraft."
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
softdepend: [ PlaceholderAPI ]
|
softdepend: [ PlaceholderAPI ]
|
||||||
depend:
|
depend:
|
||||||
|
|
Loading…
Reference in a new issue