mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 05:20:05 +00:00
Remove bad comment
This commit is contained in:
parent
78e4779db6
commit
6f88613ede
@ -299,10 +299,6 @@ static void enterPlayer(CNSocket* sock, CNPacketData* data) {
|
||||
|
||||
sock->sendPacket(response, P_FE2CL_REP_PC_ENTER_SUCC);
|
||||
|
||||
// Academy builds receive nanos separately. Need to send this ASAP after P_FE2CL_REP_PC_ENTER_SUCC
|
||||
// because the client will fail to render equipped nanos if it's sent too late
|
||||
|
||||
|
||||
// transfer ownership of Player object into the shard (still valid in this function though)
|
||||
addPlayer(sock, plr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user