Skip to content

Commit

Permalink
Exiled 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed Dec 27, 2024
1 parent 8446b41 commit 78444f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FacilityManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EXILED">
<Version>8.8.0</Version>
<PackageReference Include="ExMod.Exiled">
<Version>9.1.0</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
<Version>2.2.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion Patches/IntercomText/NameFormaterPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace FacilityManagement.Patches.IntercomText
{
[HarmonyPatch(typeof(BaseIntercom), nameof(BaseIntercom.Awake))]
[HarmonyPatch(typeof(BaseIntercom), nameof(BaseIntercom.Start))]
public class NameFormaterPatch
{
public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruction> instructions, ILGenerator generator)
Expand Down

0 comments on commit 78444f1

Please sign in to comment.