Remove asset names from json and comments

This commit is contained in:
Benj
2022-08-23 22:22:00 +08:00
committed by Luke H-W
parent 6949711e09
commit 1767833ebe
3 changed files with 4 additions and 72 deletions

View File

@@ -30,10 +30,10 @@ public class PacketPlayerWorldSceneInfoListNotify extends BasePacket {
.addSceneTagIdList(102)
.addSceneTagIdList(113)
.addSceneTagIdList(117)
.addSceneTagIdList(1093) // Vanarana (real)
//.addSceneTagIdList(1094) // Vanarana (dream))
//.addSceneTagIdList(1095) // Vanarana (first))
//.addSceneTagIdList(1096) // Vanarana (festival))
.addSceneTagIdList(1093)
//.addSceneTagIdList(1094)
//.addSceneTagIdList(1095)
//.addSceneTagIdList(1096)
//.addAllSceneTagIdList(IntStream.range(1000, 2000).boxed().collect(Collectors.toList()))
.build()
)