Skip to content

Commit

Permalink
- Removed undock availability check between using 2 spark teleports i…
Browse files Browse the repository at this point in the history
…n a row
  • Loading branch information
Sellafield committed Oct 29, 2023
1 parent a0bf667 commit 5c50fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perpetuum.RequestHandlers/Sparks/SparkTeleportUse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void HandleRequest(IRequest request)
var character = request.Session.Character;

character.IsDocked.ThrowIfFalse(ErrorCodes.CharacterHasToBeDocked);
character.CheckNextAvailableUndockTimeAndThrowIfFailed();
//character.CheckNextAvailableUndockTimeAndThrowIfFailed();
//CheckExtensionLevelAndThrowIfFailed(character);

var sparkTeleport = _sparkTeleportHelper.GetCommon(id);//.Get(id);
Expand Down

0 comments on commit 5c50fd3

Please sign in to comment.