Skip to content

Commit

Permalink
Default loot drop and spawn points will recognize mod content
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jul 11, 2024
1 parent fab9263 commit 7772c24
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2763,6 +2763,15 @@ End
If Self.mSampleProject Is Nil Then
Self.mSampleProject = New ArkSA.Project
Self.mSampleProject.MapMask = ArkSA.Maps.UniversalMask

Var Providers() As ArkSA.BlueprintProvider = ArkSA.ActiveBlueprintProviders
For Each Provider As ArkSA.BlueprintProvider In Providers
If Provider IsA Beacon.DataSource Then
Continue
End If

Self.mSampleProject.ContentPackEnabled(Provider.BlueprintProviderId) = True
Next
End If
Return Self.mSampleProject
End Function
Expand Down

0 comments on commit 7772c24

Please sign in to comment.