mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
change relative pathing
This commit is contained in:
parent
005fd04585
commit
2a9bbe3612
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
Script.include("../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
Script.include("../libraries/constants.js");
|
Script.include("../../libraries/constants.js");
|
||||||
|
|
||||||
var gameName = "Kill All The Rats!"
|
var gameName = "Kill All The Rats!"
|
||||||
// var HOST = "localhost:5000"
|
// var HOST = "localhost:5000"
|
||||||
|
|
Loading…
Reference in a new issue