mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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) {
|
||||
// FIXME: "" is for RC < 63, null is for RC >= 63. Remove the former when RC63 is no longer used.
|
||||
if (status !== "" && status !== null) {
|
||||
if (status !== null) {
|
||||
error("Error mapping recording to " + mappingPath + " on Asset Server!", status);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue