Remove setting the dungeon ID

dungeon ID and dungeon enter will break things
This commit is contained in:
KingRainbow44
2023-05-09 01:19:46 -04:00
parent acc69a33cc
commit 13d95c5c84
2 changed files with 5 additions and 4 deletions

View File

@@ -100,9 +100,10 @@ public class PacketPlayerEnterSceneNotify extends BasePacket {
+ "-"
+ 18402);
if (teleportProperties.getDungeonId() != 0) {
proto.setDungeonId(teleportProperties.getDungeonId());
}
// INVESTIGATE: The brokenness of scene reloading.
// if (teleportProperties.getDungeonId() != 0) {
// proto.setDungeonId(teleportProperties.getDungeonId());
// }
this.setData(proto);
}