mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-25 03:55:22 +01:00
Fix All Dungeons being ended
When triggering the End Sign with Redstone etc
This commit is contained in:
parent
83a6934d87
commit
48b735791f
@ -77,7 +77,7 @@ public class EndSign extends DSign {
|
||||
|
||||
@Override
|
||||
public void onTrigger() {
|
||||
for (DGamePlayer dPlayer : plugin.getDPlayers().getDGamePlayers()) {
|
||||
for (DGamePlayer dPlayer : DGamePlayer.getByWorld(getGameWorld().getWorld())) {
|
||||
dPlayer.finish();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user