Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'Upstream/LamiaSystem' into upst…
Browse files Browse the repository at this point in the history
…ream-merge-7-21-2024"

This reverts commit b75f57c, reversing
changes made to 7f56480.
  • Loading branch information
VMSolidus committed Jul 22, 2024
1 parent b75f57c commit c8c65df
Show file tree
Hide file tree
Showing 224 changed files with 549 additions and 2,166 deletions.
42 changes: 0 additions & 42 deletions Content.Client/DeltaV/Lamiae/ClientLamiaVisuals.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Content.Client/DeltaV/Lamiae/LamiaSegmentVisualsComponent.cs

This file was deleted.

292 changes: 0 additions & 292 deletions Content.Server/DeltaV/Lamiae/LamiaSystem.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Content.Server/Teleportation/PortalSystem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Content.Shared.Administration.Logs;
using Content.Shared.Administration.Logs;
using Content.Shared.Database;
using Content.Shared.Ghost;
using Content.Shared.Mind.Components;
Expand Down
8 changes: 1 addition & 7 deletions Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,7 @@ public override void Shoot(EntityUid gunUid, GunComponent gun, List<(EntityUid?
if (!rayCastResults.Any())
break;

var raycastEvent = new HitScanAfterRayCastEvent(rayCastResults);
RaiseLocalEvent(lastUser, ref raycastEvent);

if (raycastEvent.RayCastResults == null)
break;

var result = raycastEvent.RayCastResults[0];
var result = rayCastResults[0];
var hit = result.HitEntity;
lastHit = hit;

Expand Down
Loading

0 comments on commit c8c65df

Please sign in to comment.