private SlotGuard

This commit is contained in:
2025-08-06 16:52:20 +02:00
parent 5d196c4b61
commit fb53ece340
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace server {
class Server;
class IServerState : public utils::SlotGuard {
class IServerState : private utils::SlotGuard {
protected:
void SendPacket(PlayerID a_Id, const protocol::PacketBase& a_Packet);
void SetNewState(const std::shared_ptr<IServerState>& a_NewState);