DarkflameServer/dChatServer
Aaron Kimbrell 2e386d29df
fix: Limit the number of players that can join a team (#1187)
* Limit the number of players that can join a team
after being invited

* Notify player if they weren't added to the team

* check pointer
2023-08-18 18:58:27 -05:00
..
ChatPacketHandler.cpp Make header skips more obvious (#1074) 2023-05-08 06:31:10 -05:00
ChatPacketHandler.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
ChatServer.cpp fix: Remove usage of rand() and seed randomness for chatserver (#1152) 2023-08-03 21:38:19 -05:00
CMakeLists.txt Implement GTest and change windows output path 2022-11-07 00:12:35 -08:00
PlayerContainer.cpp fix: Limit the number of players that can join a team (#1187) 2023-08-18 18:58:27 -05:00
PlayerContainer.h format codebase 2022-07-28 08:39:57 -05:00