mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-02 23:31:36 +01:00
Save full version so multiple snapshot versions are supported
This commit is contained in:
parent
1d8ee89faf
commit
ad75c26459
@ -50,7 +50,7 @@ public class SettingsSave extends AbstractSave {
|
||||
object.add(AbstractSetting.mapTranslationKey(ChatUtil.uncoverTranslationKey(group.getName())), groupObject);
|
||||
}
|
||||
|
||||
object.addProperty("selected-protocol-version", ProtocolHack.getTargetVersion().getVersion());
|
||||
object.addProperty("selected-protocol-version", ProtocolHack.getTargetVersion().getOriginalVersion());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user