mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 19:34:42 +01:00
Add the dungeon ID to the transfer scene packet
This commit is contained in:
@@ -100,6 +100,10 @@ public class PacketPlayerEnterSceneNotify extends BasePacket {
|
||||
+ "-"
|
||||
+ 18402);
|
||||
|
||||
if (teleportProperties.getDungeonId() != 0) {
|
||||
proto.setDungeonId(teleportProperties.getDungeonId());
|
||||
}
|
||||
|
||||
this.setData(proto);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user