mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Hide unused photon logging options
This commit is contained in:
@@ -8056,6 +8056,7 @@ speechSynthesis.getVoices();
|
||||
$app.data.photonLobbyTimeout = [];
|
||||
$app.data.photonLobbyJointime = new Map();
|
||||
$app.data.photonLobbyBots = [];
|
||||
$app.data.photonLoggingEnabled = false;
|
||||
|
||||
$app.data.photonEventType = [
|
||||
'MeshVisibility',
|
||||
@@ -8420,6 +8421,7 @@ speechSynthesis.getVoices();
|
||||
};
|
||||
|
||||
$app.methods.parsePhotonEvent = function (data, gameLogDate) {
|
||||
this.photonLoggingEnabled = true;
|
||||
if (data.Code === 226) {
|
||||
// nothing
|
||||
} else if (data.Code === 253) {
|
||||
|
||||
Reference in New Issue
Block a user