mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
attempt to fix ghost player issue
This commit is contained in:
committed by
Anonymous275
parent
13f8be5d39
commit
e04a569e33
@@ -55,6 +55,7 @@ int main(int argc, char** argv) {
|
||||
TUDPServer UDPServer(Server, PPSMonitor, TCPServer);
|
||||
TLuaEngine LuaEngine(Server, TCPServer, UDPServer);
|
||||
TCPServer.SetUDPServer(UDPServer);
|
||||
PPSMonitor.SetTCPServer(TCPServer);
|
||||
Application::Console().InitializeLuaConsole(LuaEngine);
|
||||
|
||||
// TODO: replace
|
||||
|
||||
Reference in New Issue
Block a user