Skip to content

Commit

Permalink
test admin failure
Browse files Browse the repository at this point in the history
  • Loading branch information
data-bomb authored Jan 9, 2024
1 parent a3fadfd commit 22575d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Si_AdminMod/Event_Units.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static bool Prefix(UnitCompartment __instance, Unit __0)
{
if (__instance == null || __0 == null)
{
return true;
return true

Check failure on line 57 in Si_AdminMod/Event_Units.cs

View workflow job for this annotation

GitHub Actions / create-package

; expected

Check failure on line 57 in Si_AdminMod/Event_Units.cs

View workflow job for this annotation

GitHub Actions / create-package

; expected

Check failure on line 57 in Si_AdminMod/Event_Units.cs

View workflow job for this annotation

GitHub Actions / create-package

; expected

Check failure on line 57 in Si_AdminMod/Event_Units.cs

View workflow job for this annotation

GitHub Actions / create-package

; expected
}

// only broadcast player-controlled events with valid units
Expand Down

0 comments on commit 22575d7

Please sign in to comment.