Update FlagStorage
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
2ef38eb7dc
Commit
72c4366e5d
@ -57,7 +57,7 @@ public class FlagStorage {
|
|||||||
yapionObject.add(flag.name(), flagStorage.get(flag).getValue().name());
|
yapionObject.add(flag.name(), flagStorage.get(flag).getValue().name());
|
||||||
}
|
}
|
||||||
for (Tag tag : flagStorage.tagSet) {
|
for (Tag tag : flagStorage.tagSet) {
|
||||||
yapionObject.add(tag.name(), true);
|
yapionObject.add(tag.name(), "");
|
||||||
}
|
}
|
||||||
return yapionObject;
|
return yapionObject;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren