Skip to content

Commit

Permalink
More comments to mark EE changes to ease merges
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertoche committed Dec 22, 2024
1 parent 33f15f4 commit df02f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/Antag/AntagSelectionSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public void ChooseAntags(Entity<AntagSelectionComponent> ent, IList<ICommonSessi
{
MakeAntag(ent, null, def);
}
///// End of Einstein Engines changes /////
}

/// <summary>
Expand Down Expand Up @@ -307,6 +308,7 @@ public void MakeAntag(Entity<AntagSelectionComponent> ent, ICommonSession? sessi

if (!getEntEv.Handled)
{
///// Einstein Engines change /////
Log.Error($"Attempted to make {session} antagonist in gamerule {ToPrettyString(ent)} but there was no valid entity for player.");
return;
}
Expand Down

0 comments on commit df02f43

Please sign in to comment.