mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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);
|
||||
}
|
||||
|
||||
Script.include("../libraries/utils.js");
|
||||
Script.include("../../libraries/utils.js");
|
||||
|
||||
var _this;
|
||||
|
||||
|
|
Loading…
Reference in a new issue