mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 18:05:51 -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) {
|
||||
continue
|
||||
}
|
||||
if (version.type == VersionTypes.SNAPSHOT && !showSnapshotsFX.isSelected) {
|
||||
if ((version.type == VersionTypes.SNAPSHOT || version.type == VersionTypes.APRIL_FOOL) && !showSnapshotsFX.isSelected) {
|
||||
continue
|
||||
}
|
||||
forcedVersionFX.items += version
|
||||
|
Loading…
x
Reference in New Issue
Block a user