Skip to content

Commit

Permalink
ci/build/fix: update to v55
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 17, 2024
1 parent a455664 commit 7f1e129
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: v50
name: v55

on:
push:
Expand All @@ -16,7 +16,7 @@ on:
- cron: 0 0 * * *

env:
SUPPORTED_VERSION: 14074548
SUPPORTED_VERSION: 14957783

jobs:
check-version:
Expand Down
Binary file modified lc-hax/References/Assembly-CSharp.dll
Binary file not shown.
1 change: 0 additions & 1 deletion lc-hax/Scripts/Commands/HealCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void RespawnLocalPlayer(PlayerControllerB localPlayer, StartOfRound startOfRound
localPlayer.isInElevator = true;
localPlayer.isInHangarShipRoom = true;
localPlayer.isInsideFactory = false;
localPlayer.wasInElevatorLastFrame = false;
localPlayer.setPositionOfDeadPlayer = false;
localPlayer.TeleportPlayer(startOfRound.playerSpawnPositions[0].position, false, 0.0f, false, true);
localPlayer.DisablePlayerModel(startOfRound.allPlayerObjects[localPlayer.playerClientId], true, true);
Expand Down

0 comments on commit 7f1e129

Please sign in to comment.