From b7f0b021078bf2d8361fda1c0ad957d915f6549e Mon Sep 17 00:00:00 2001 From: mE0w Date: Thu, 2 Nov 2023 09:42:16 +0100 Subject: [PATCH] Update src/Nitwork/NitworkServer.hpp Co-authored-by: Xavier Mitault --- src/Nitwork/NitworkServer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nitwork/NitworkServer.hpp b/src/Nitwork/NitworkServer.hpp index 166f235e..e9df5806 100644 --- a/src/Nitwork/NitworkServer.hpp +++ b/src/Nitwork/NitworkServer.hpp @@ -105,7 +105,6 @@ namespace Nitwork { /** * @brief Add a msg packet that contain the new bullet msg to the clients * @param msg The infos of the bullet that will be created - * @param senderEndpoint The endpoint of the client that sent the msg of hie new bullet */ void broadcastNewBulletMsg(const struct msgNewBullet_s &msg);