mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-10 00:53:08 +02:00
Update path reference.
This commit is contained in:
parent
c99a62b719
commit
f74f0e8a53
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function init() {
|
||||||
setupHistoryWindow(false);
|
setupHistoryWindow(false);
|
||||||
|
|
||||||
chatBar = new OverlayWindow({
|
chatBar = new OverlayWindow({
|
||||||
source: Paths.defaultScripts + '/communityScripts/chat/FloofChat.qml?' + Date.now(),
|
source: ROOT + "FloofChat.qml?" + Date.now(),
|
||||||
width: 360,
|
width: 360,
|
||||||
height: 180
|
height: 180
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue