mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 23:39:23 +02:00
Update onFirstRun.js
This commit is contained in:
parent
61d4fb2ad1
commit
4154e16f77
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
// Created by Kalila L. on Oct 5 2020.
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
//
|
||||
// This script triggers on first run to perform first party
|
||||
// This script triggers on first run to perform bootstrapping actions.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
@ -25,4 +25,4 @@
|
|||
MyAvatar.displayName = selectedDisplayName;
|
||||
}
|
||||
}
|
||||
}());
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue