Fix level entity data loading

This commit is contained in:
KingRainbow44
2023-04-14 22:59:57 -04:00
parent 6b492656a1
commit a8a78547a1
3 changed files with 80 additions and 6 deletions

View File

@@ -918,7 +918,7 @@ public class Player {
List<EntityAvatar> specifiedAvatarList = getTeamManager().getActiveTeam();
if (avatarIds != null && avatarIds.size() > 0){
// certain scene could limit specifc avatars' entry
// certain scene could limit a specific avatar's entry
specifiedAvatarList.clear();
for (int id : avatarIds){
var avatar = getAvatars().getAvatarById(id);