Update onFirstRun.js

This commit is contained in:
kasenvr 2020-10-12 16:46:46 -04:00 committed by GitHub
parent 61d4fb2ad1
commit 4154e16f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}());
}());