Par défaut, les joueurs peuvent maintenant voir la sélection WorldEdit
This commit is contained in:
parent
897b307035
commit
85fa583ef5
@ -142,7 +142,7 @@ public class OnlinePlayer {
|
|||||||
/*
|
/*
|
||||||
* Sélection worldEdit
|
* Sélection worldEdit
|
||||||
*/
|
*/
|
||||||
private boolean WE_show_selection;
|
private boolean WE_show_selection = true;
|
||||||
private Set<Player> WE_other_player_selection = new HashSet<Player>();
|
private Set<Player> WE_other_player_selection = new HashSet<Player>();
|
||||||
|
|
||||||
public boolean canViewWESelection() { return WE_show_selection; }
|
public boolean canViewWESelection() { return WE_show_selection; }
|
||||||
|
Loading…
Reference in New Issue
Block a user