reference ME in some todos

This commit is contained in:
sylvessa 2026-03-24 21:13:54 -05:00
parent def50adfcc
commit 06aef8ddaf
3 changed files with 7 additions and 7 deletions

View file

@ -86,7 +86,7 @@ PlayerList::~PlayerList()
bool PlayerList::placeNewPlayer(Connection *connection, shared_ptr<ServerPlayer> player, shared_ptr<LoginPacket> packet)
{
// todo: we should move emit player join event here
// (SYLV)todo: we should move emit player join event here
CompoundTag *playerTag = load(player);
bool newPlayer = playerTag == nullptr;