Skip to content

Commit be98ac1

Browse files
authored
Merge pull request #1398 from Happyrobot33/rollback-broken-guns
Rollback
2 parents d989a46 + 0ab6df5 commit be98ac1

741 files changed

Lines changed: 4813 additions & 27655 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@
2424
- changed-files:
2525
# Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label.
2626
- all-globs-to-all-files: "!**/*.cs"
27-
28-
"Changes: C#":
29-
- changed-files:
30-
- any-glob-to-any-file: '**/*.cs'

.github/workflows/auto-assign.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
"Changes: Sprites": ["BORTBORTBORTBORTBORT"],
2020
"Changes: Map": ["PubliclyExecutedPig"],
2121
"Changes: UI": ["ss14-Starlight"],
22-
"Changes: Shaders": ["ss14-Starlight, Happyrobot33, FoxxoTrystan"],
23-
"Changes: Audio": ["ss14-Starlight, Happyrobot33, FoxxoTrystan"],
24-
"Changes: No C#": ["ss14-Starlight, Happyrobot33, FoxxoTrystan"],
25-
"Changes: C#": ["ss14-Starlight, Happyrobot33, FoxxoTrystan"],
22+
"Changes: Shaders": ["ss14-Starlight"],
23+
"Changes: Audio": ["ss14-Starlight"],
24+
"Changes: No C#": ["ss14-Starlight"],
2625
};
2726
2827
const labels = context.payload.pull_request.labels.map(label => label.name);

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
update-changelog:
5353
name: Publish Changelogs
54-
# needs: build
54+
needs: build
5555
runs-on: ubuntu-latest
5656
environment: prod
5757
steps:

.github/workflows/target-branch-validation.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

Content.Client/Actions/ActionsSystem.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,7 @@ private void OnWorldTargetAttempt(Entity<WorldTargetActionComponent> ent, ref Ac
334334

335335
private void OnEntityTargetAttempt(Entity<EntityTargetActionComponent> ent, ref ActionTargetAttemptEvent args)
336336
{
337-
if (args.Handled)
338-
return;
339-
340-
args.Handled = true;
341-
342-
if (args.Input.EntityUid is not { Valid: true } entity)
337+
if (args.Handled || args.Input.EntityUid is not { Valid: true } entity)
343338
return;
344339

345340
// let world target component handle it
@@ -350,6 +345,8 @@ private void OnEntityTargetAttempt(Entity<EntityTargetActionComponent> ent, ref
350345
return;
351346
}
352347

348+
args.Handled = true;
349+
353350
var action = args.Action;
354351
var user = args.User;
355352

Content.Client/Administration/UI/AdminCamera/AdminCameraControl.xaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

Content.Client/Administration/UI/AdminCamera/AdminCameraControl.xaml.cs

Lines changed: 0 additions & 101 deletions
This file was deleted.

Content.Client/Administration/UI/AdminCamera/AdminCameraEui.cs

Lines changed: 0 additions & 117 deletions
This file was deleted.

Content.Client/Administration/UI/AdminCamera/AdminCameraWindow.xaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Content.Client/Administration/UI/AdminCamera/AdminCameraWindow.xaml.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)