Skip to content

Commit

Permalink
merp
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoltz committed Dec 4, 2024
1 parent 7daca30 commit 00af06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/FamiliarCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ public static void SetFamiliarLevel(ChatCommandContext ctx, string name, int lev

if (steamId.TryGetFamiliarActives(out var data) && !data.FamKey.Equals(0))
{
Entity player = ctx.Event.SenderCharacterEntity;
Entity player = playerInfo.CharEntity;
Entity familiar = FamiliarUtilities.FindPlayerFamiliar(player);
int famKey = data.FamKey;

Expand Down
2 changes: 1 addition & 1 deletion Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void Initialize()
//DeathEventListenerSystemPatch.OnDeathEvent += FamiliarLevelingSystem.OnUpdate;
DeathEventListenerSystemPatch.OnDeathEvent += FamiliarUnlockSystem.OnUpdate;
}

AffectPrisonerWithToxic
//JobsUtility.JobScheduleParameters
//PrefabLookupUtility.TryGetConvertedAssetDataForPrefab

Expand Down

0 comments on commit 00af06b

Please sign in to comment.