Skip to content

Commit

Permalink
Refactor Headless folder to Dedicated + side fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trippyone committed Jul 5, 2024
1 parent a7f0491 commit d02a874
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Fika-Plugin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fika.Core", "Fika.Core\Fika.Core.csproj", "{79F0E889-A195-42B4-8656-4F35685BBB80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fika.Dedicated", "Fika.Headless\Fika.Dedicated.csproj", "{8C405F37-8EDD-43C3-BAC1-0799AD51FEF0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fika.Dedicated", "Fika.Dedicated\Fika.Dedicated.csproj", "{8C405F37-8EDD-43C3-BAC1-0799AD51FEF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ private IEnumerator BeginFikaStartRaid(StartDedicatedRequest request, ISession s
sideSelectionScreen.method_13;
targetFactionCallback(true); // select scav/pmc
yield return null;

//sideSelectionScreen.UpdateSideSelection(request.Side);
sideSelectionScreen.method_11(request.Side);

sideSelectionScreen.method_17(); // faction selection screen -> location selection screen
yield return null;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d02a874

Please sign in to comment.