Bug Closed · Resolved

Players who enter the same dungeon within a short period of time will all enter one dungeon

#5055 opened by Unknown 2 years ago

Unknownreported this bug

For example, if we run:

md play test playera
md play test playerb

Then playera and playerb will enter the same dungeon, even if they are players from different teams We can avoid this if we delay the run:

md play test playera
sleep 1s
md play test playerb
Unknowncommented

Hey there! Thanks for the report, what a rare find... I've implemented something that should help combat this issue in the latest dev build. Please give it a try and let me know if it works!

Unknowncommented

Hey there! Following up on this, has this been resolved in the latest dev builds?

Unknowncommented

First of all, I apologize for not replying in time. After testing, this problem has been solved in the latest development board.

I noticed that the dungeon tail number has changed. The first dungeon ending number now ends with "1"

1.4.0: test_0 - 99
1.4.1: test_1 - 99
Sign in to join the discussion.