mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 19:20:21 -04:00
Revert "fix: consider version legacy if it has legacyLaunch"
This reverts commit 6671c59e729b5fb099e5b0bb30e33321a958b70e.
This commit is contained in:
parent
eb6c6bab00
commit
8ac4ce963f
@ -134,7 +134,7 @@ class LegacyOverrideEntry(MetaBase):
|
||||
meta_version.additional_jvm_args = []
|
||||
meta_version.additional_jvm_args += self.additional_jvm_args
|
||||
|
||||
if "legacyLaunch" in self.additional_traits:
|
||||
if legacy:
|
||||
# remove all libraries - they are not needed for legacy
|
||||
meta_version.libraries = None
|
||||
# remove minecraft arguments - we use our own hardcoded ones
|
||||
|
Loading…
x
Reference in New Issue
Block a user