mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 10:08:20 +02:00
Merge pull request #11755 from MidnightRift/patch-1
Fix controllerDispatcherUtils file path
This commit is contained in:
commit
0edf056b78
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
|||
/* global entityIsCloneable:true, getGrabbableData:true, cloneEntity:true, propsAreCloneDynamic:true, Script,
|
||||
propsAreCloneDynamic:true, Entities*/
|
||||
|
||||
Script.include("/~/system/controllers/controllerDispatcherUtils.js");
|
||||
|
||||
Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
||||
|
||||
// Object assign polyfill
|
||||
if (typeof Object.assign !== 'function') {
|
||||
|
|
Loading…
Reference in a new issue