Skip to content

Commit

Permalink
FTL On top issue uncommented till a fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Feb 7, 2024
1 parent 05d37b3 commit 8afdad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ private void UpdateHyperspace(float frameTime)
comp.Accumulator += FTLCooldown;
_console.RefreshShuttleConsoles(uid);
_mapManager.SetMapPaused(mapId, false);
Smimsh(uid, xform: xform);
//Smimsh(uid, xform: xform); // Frontier - TODO: Move this to expo FTL only.

var ftlEvent = new FTLCompletedEvent(uid, _mapManager.GetMapEntityId(mapId));
RaiseLocalEvent(uid, ref ftlEvent, true);
Expand Down

0 comments on commit 8afdad7

Please sign in to comment.