mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-12 20:23:51 +00:00
reference ME in some todos
This commit is contained in:
parent
def50adfcc
commit
06aef8ddaf
3 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue