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 PlayerDataStore dataStore = instance.getDataStore();
|
||||
|
||||
// TODO: 2/20/23 Fetch data from BungeeCord
|
||||
nameStore.storeName(player);
|
||||
Bukkit.getScheduler().runTaskLater(instance, () -> {
|
||||
final Optional<NickoProfile> optionalProfile = dataStore.getData(player.getUniqueId());
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Nicko
|
|||
main: xyz.atnrch.nicko.NickoBukkit
|
||||
version: 1.0-SNAPSHOT
|
||||
author: Ineanto
|
||||
description: "In-game appearance manager."
|
||||
description: "The feature packed, next generation disguise plugin for Minecraft."
|
||||
api-version: 1.13
|
||||
softdepend: [ PlaceholderAPI ]
|
||||
depend:
|
||||
|
|
Loading…
Reference in a new issue