Par défaut, les joueurs peuvent maintenant voir la sélection WorldEdit
This commit is contained in:
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user