You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.playerPatchQueue[player.username].patches.push(...patch.patches.filter(p => {
// ideally, it would not generate these patches, but we take what we can
return !p.path.includes('_') && !p.path.includes('createdAt') && !p.path.includes('currentTick') && !p.path.includes('fov');
}));
But it's not ideal. I'd really like to have a way to have FJP not generate patches for these properties elsewhere if possible.
The text was updated successfully, but these errors were encountered:
Right now I'm doing this:
But it's not ideal. I'd really like to have a way to have FJP not generate patches for these properties elsewhere if possible.
The text was updated successfully, but these errors were encountered: