Player names

This commit is contained in:
2016-02-12 09:07:59 +01:00
parent 10846be820
commit ca457d9c00
6 changed files with 49 additions and 54 deletions
@@ -15,6 +15,7 @@ bool MultiplayerSnapshotFilter::FilterComponent(EntityWrapper entity, SharedComp
|| component.Info.Name == "AssaultWeapon"
|| component.Info.Name == "Animation"
|| component.Info.Name == "AnimationOffset"
|| entity.Name() == "PlayerName"
) {
return false;
}