refactor: remove todo

This commit is contained in:
ineanto 2023-11-24 23:42:06 +01:00
parent 25e3893771
commit 9bcbb510a0
2 changed files with 1 additions and 2 deletions

View file

@ -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());

View file

@ -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: