SuccessChanges

Summary

  1. Parse Minecraft version from CrashReport instead of using Minecraft.getVersion() (details)
Commit 2bc79c0140fbc068e9058f582be4a076a028f06b by Jonas
Parse Minecraft version from CrashReport instead of using Minecraft.getVersion()

Using the getVersion() method doesn't produce consistent results (e.g. MultiMC5 changes the value). The Minecraft version in the CrashReport is hard-coded and should therefore be rather consistent.
The file was modifiedsrc/main/resources/META-INF/replaymod_at.cfg
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/studio/ConnectMetadataFilter.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/ReplayMod.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/api/ApiClient.java
The file was modifiedsrc/main/java/eu/crushedpixel/replaymod/recording/DataListener.java