mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
@@ -80,12 +80,6 @@ UFortPlaylist*& AFortGameStateAthena::GetCurrentPlaylist()
|
||||
return *(UFortPlaylist**)(__int64(CurrentPlaylistInfo) + BasePlaylistOffset);
|
||||
}
|
||||
|
||||
void AFortGameStateAthena::SetPlaylistId(UFortPlaylist* Playlist)
|
||||
{
|
||||
static auto CurrentPlaylistIdOffset = GetOffset("CurrentPlaylistId");
|
||||
this->Get<int>(CurrentPlaylistIdOffset) = Playlist->GetPlaylistId();
|
||||
}
|
||||
|
||||
int AFortGameStateAthena::GetAircraftIndex(AFortPlayerState* PlayerState)
|
||||
{
|
||||
// The function has a string in it but we can just remake lol
|
||||
|
||||
Reference in New Issue
Block a user