mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-01-20 23:21:25 +01:00
Create DPlayer for all players on game start
This commit is contained in:
parent
8cbbe09265
commit
9ee1e56ddf
@ -458,7 +458,7 @@ public class DGroup {
|
|||||||
for (Player player : dGroup.getPlayers()) {
|
for (Player player : dGroup.getPlayers()) {
|
||||||
DPlayer dPlayer = DPlayer.getByPlayer(player);
|
DPlayer dPlayer = DPlayer.getByPlayer(player);
|
||||||
if (dPlayer == null) {
|
if (dPlayer == null) {
|
||||||
continue;
|
new DPlayer(player, gameWorld);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!dPlayer.isReady()) {
|
if (!dPlayer.isReady()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user