mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 07:22:31 +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);
|
||||
|
||||
chatBar = new OverlayWindow({
|
||||
source: Paths.defaultScripts + '/communityScripts/chat/FloofChat.qml?' + Date.now(),
|
||||
source: ROOT + "FloofChat.qml?" + Date.now(),
|
||||
width: 360,
|
||||
height: 180
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue