This commit is contained in:
ApfelTeeSaft
2025-01-26 20:16:07 +01:00
parent 2f977fb23d
commit 0e95567f0f
+1 -1
View File
@@ -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);
}