Skip to content

Commit

Permalink
Add missing Execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 9, 2024
1 parent 73518d4 commit e9c43d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Networking/Packets/Player/CommonSubPackets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public HeadLightsPacket(NetDataReader reader) : this()

public void Execute(CoopPlayer player)
{
throw new System.NotImplementedException();
player.HandleHeadLightsPacket(ref this);
}

public void Serialize(NetDataWriter writer)
Expand Down

0 comments on commit e9c43d8

Please sign in to comment.