mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-02 17:00:19 +01:00
Set dungeon for all groups using a game sign; resolves #682
This commit is contained in:
parent
6bedccb29f
commit
eac37331d0
@ -157,6 +157,7 @@ public class GameSign extends JoinSign {
|
||||
update();
|
||||
|
||||
} else if (topSign.getLine(0).equals(DMessage.SIGN_GLOBAL_JOIN_GAME.getMessage())) {
|
||||
dGroup.setDungeon(dungeon);
|
||||
game.addGroup(dGroup);
|
||||
update();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user