mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 02:15:34 -04:00
eros: modify server dialog: treat april fool versions as snapshots
This commit is contained in:
parent
145feaed42
commit
729eea7254
@ -79,7 +79,7 @@ class ServerModifyDialog(
|
|||||||
if (version.type == VersionTypes.RELEASE && !showReleasesFX.isSelected) {
|
if (version.type == VersionTypes.RELEASE && !showReleasesFX.isSelected) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if (version.type == VersionTypes.SNAPSHOT && !showSnapshotsFX.isSelected) {
|
if ((version.type == VersionTypes.SNAPSHOT || version.type == VersionTypes.APRIL_FOOL) && !showSnapshotsFX.isSelected) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
forcedVersionFX.items += version
|
forcedVersionFX.items += version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user