mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 16:12:26 +02:00
fixed path
This commit is contained in:
parent
7b69aa375e
commit
451856ae67
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
(function() {
|
||||
Script.include("../../libraries/utils.js");
|
||||
Script.include('../../../../libraries/utils.js');
|
||||
|
||||
var _this;
|
||||
GrowingPlant = function() {
|
||||
|
|
Loading…
Reference in a new issue