Clear icon table on login 3

This commit is contained in:
Natsumi
2020-12-12 09:54:57 +13:00
committed by pypy
parent a05836e60a
commit 0b6d56ed1e

View File

@@ -7450,7 +7450,7 @@ import gameLogService from './service/gamelog.js'
// App: VRCPlus Icons
API.$on('LOGIN', function () {
$app.data.VRCPlusIconsTable = {};
$app.VRCPlusIconsTable = {};
});
$app.methods.displayVRCPlusIconsTable = function () {