Add BauweltMember.isBuild and BauweltMember.isSupervisor
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Dieser Commit ist enthalten in:
Ursprung
f672b8557b
Commit
abb6af2d7d
@ -110,4 +110,14 @@ public class BauweltMember {
|
|||||||
public boolean isSupervisor() {
|
public boolean isSupervisor() {
|
||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setBuild(boolean build) {
|
||||||
|
this.worldEdit = build;
|
||||||
|
updateDB();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setSupervisor(boolean supervisor) {
|
||||||
|
this.world = supervisor;
|
||||||
|
updateDB();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren