ViaRift version suffix

This commit is contained in:
creeper123123321 2018-08-23 14:53:28 -03:00
parent 83166f6b17
commit b08a56e6f2

View File

@ -63,7 +63,7 @@ public class VRPlatform implements ViaPlatform {
@Override
public String getPluginVersion() {
return "ViaRift-" + VersionInfo.VERSION;
return VersionInfo.VERSION + "-ViaRift";
}
@Override