Skip to content

Commit 78444f1

Browse files
committed
Exiled 9.1.0
1 parent 8446b41 commit 78444f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FacilityManagement.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
7878
</ItemGroup>
7979
<ItemGroup>
80-
<PackageReference Include="EXILED">
81-
<Version>8.8.0</Version>
80+
<PackageReference Include="ExMod.Exiled">
81+
<Version>9.1.0</Version>
8282
</PackageReference>
8383
<PackageReference Include="Lib.Harmony">
8484
<Version>2.2.2</Version>

Patches/IntercomText/NameFormaterPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace FacilityManagement.Patches.IntercomText
1313
{
14-
[HarmonyPatch(typeof(BaseIntercom), nameof(BaseIntercom.Awake))]
14+
[HarmonyPatch(typeof(BaseIntercom), nameof(BaseIntercom.Start))]
1515
public class NameFormaterPatch
1616
{
1717
public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstruction> instructions, ILGenerator generator)

0 commit comments

Comments
 (0)