From 15839cae9eddd5e019226e0b81b86aabcede2b1f Mon Sep 17 00:00:00 2001 From: Jens Pitkanen Date: Fri, 7 Aug 2020 03:48:07 +0300 Subject: [PATCH] Remove wrong doc --- Assets/Scripts/Net/Packets/PlayerUpdatePckt.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Net/Packets/PlayerUpdatePckt.cs b/Assets/Scripts/Net/Packets/PlayerUpdatePckt.cs index c4d710e..a8f6a22 100644 --- a/Assets/Scripts/Net/Packets/PlayerUpdatePckt.cs +++ b/Assets/Scripts/Net/Packets/PlayerUpdatePckt.cs @@ -12,7 +12,6 @@ namespace NeonTea.Quakeball.Net.Packets { public PlayerUpdatePckt() { } - /// Creates a (fake) new packet. Only for testing! Real packets should be made with the parameterless constructor + Write()! public PlayerUpdatePckt(Vector3 moveDirection, byte moveStyle, bool jumping, float pitch, float yaw) { MoveDirection = moveDirection; MoveStyle = moveStyle;