mirror of
https://github.com/nax1800/Athena.git
synced 2026-08-26 19:43:33 +00:00
FINALLY
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Server
|
||||
World->LevelCollections[1].NetDriver = NetDriver;
|
||||
|
||||
auto vft = *(void***)NetDriver->ReplicationDriver;
|
||||
ReplicateActors = decltype(ReplicateActors)(vft[0x53]);
|
||||
ReplicateActors = decltype(ReplicateActors)(vft[0x56]);
|
||||
|
||||
Logging::Log(ELogEvent::Info, ELogType::Athena, "Server::Listen: Server Listening on port %i", Globals::Port);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user