mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 11:50:39 +02:00
Remove support for old High Fidelity versions
This commit is contained in:
parent
7f6471fcd1
commit
75cf22ca7f
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function setMappingCallback(status) {
|
function setMappingCallback(status) {
|
||||||
// FIXME: "" is for RC < 63, null is for RC >= 63. Remove the former when RC63 is no longer used.
|
if (status !== null) {
|
||||||
if (status !== "" && status !== null) {
|
|
||||||
error("Error mapping recording to " + mappingPath + " on Asset Server!", status);
|
error("Error mapping recording to " + mappingPath + " on Asset Server!", status);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue