[server] Fix compilation error in playerpool.cpp

This commit is contained in:
RD42 2023-12-13 23:57:24 +08:00
parent b8177ad679
commit 386e232b0d

View File

@ -1,5 +1,6 @@
#include "main.h" #include "main.h"
extern CNetGame *pNetGame;
CPlayerPool::CPlayerPool() CPlayerPool::CPlayerPool()
{ {