Add comments to empty methods, add prefix for version

This commit is contained in:
creeper123123321 2018-08-18 14:24:07 -03:00
parent 735d6a4eb5
commit 5955a668b9
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,6 @@ public class VRLoader implements ViaPlatformLoader {
@Override
public void unload() {
// Nothing to do
}
}

View File

@ -34,7 +34,7 @@ public class VRPlatform implements ViaPlatform {
@Override
public String getPluginVersion() {
return VersionInfo.VERSION;
return "ViaRift-" + VersionInfo.VERSION;
}
@Override
@ -111,7 +111,7 @@ public class VRPlatform implements ViaPlatform {
@Override
public void onReload() {
// Nothing to do
}
@Override