mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update onFirstRun.js
This commit is contained in:
parent
4154e16f77
commit
58cfb75d41
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
|||
|
||||
(function() { // BEGIN LOCAL_SCOPE
|
||||
var SETTING_TO_CHECK = 'firstRun';
|
||||
var DEFAULT_NAME = 'anonymous';
|
||||
var DEFAULT_NAME = '';
|
||||
|
||||
if (Settings.getValue('firstRun', false)) {
|
||||
if ((Settings.getValue('firstRun', false) && MyAvatar.displayName === '') || MyAvatar.displayName === '') {
|
||||
var selectedDisplayName = Window.prompt('Enter a display name.', MyAvatar.displayName);
|
||||
|
||||
if (selectedDisplayName === '') {
|
||||
|
|
Loading…
Reference in a new issue