Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Feb 24, 2025
1 parent bde9d5a commit e35d0e3
Show file tree
Hide file tree
Showing 3 changed files with 18,647 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,6 @@ private void OnAfterAntagEntitySelected(Entity<VoxRaidersRuleComponent> entity,

private void OnRuleLoadedGrids(Entity<VoxRaidersRuleComponent> entity, ref RuleLoadedGridsEvent e)
{
var query1 = AllEntityQuery<MapGridComponent>();
while (query1.MoveNext(out var ent, out _))
{
if (Transform(ent).MapID != e.Map)
continue;

EnsureComp<VoxRaidersShuttleComponent>(ent);
}

entity.Comp.Map = _map.GetMap(e.Map);

var query = AllEntityQuery<VoxRaidersShuttleComponent>();
Expand Down
Loading

0 comments on commit e35d0e3

Please sign in to comment.