mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 01:06:25 +00:00
attempt #1 to fix LuaEngine being nullptr :(
This commit is contained in:
committed by
Anonymous275
parent
4826fb5fc2
commit
3dd2e1c278
@@ -51,8 +51,8 @@ int main(int argc, char** argv) {
|
||||
THeartbeatThread Heartbeat(ResourceManager, Server);
|
||||
TTCPServer TCPServer(Server, PPSMonitor, ResourceManager);
|
||||
TUDPServer UDPServer(Server, PPSMonitor, TCPServer);
|
||||
TCPServer.SetUDPServer(UDPServer);
|
||||
TLuaEngine LuaEngine(Server, TCPServer, UDPServer);
|
||||
TCPServer.SetUDPServer(UDPServer);
|
||||
|
||||
// TODO: replace
|
||||
while (!Shutdown) {
|
||||
|
||||
Reference in New Issue
Block a user