mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 06:44:07 +02:00
FIx bad relative path
This commit is contained in:
parent
4e629b6254
commit
38fcb80135
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// print(message);
|
// print(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
Script.include("../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
|
|
||||||
var _this;
|
var _this;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue