From 1c9584f37b16d97e336a41fa06cebfa8f3496393 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Sun, 29 Jul 2018 23:26:33 +0300 Subject: [PATCH] Fixed compilation units. --- qcsrc/server/client.qh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 2d3a099b3..5f74773d8 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -226,6 +226,8 @@ METHOD(Client, m_unwind, bool(Client this)) return false; } +bool PlayerInList(entity player, string list); + /// \brief Print the string to the client's chat. /// \param[in] client Client to print to. /// \param[in] text Text to print. -- 2.39.2