Skip to content

Commit e472da1

Browse files
Update Pkmds.Rcl/Components/EditForms/Tabs/OtMiscTab.razor
Co-authored-by: Copilot <[email protected]>
1 parent 02c6061 commit e472da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pkmds.Rcl/Components/EditForms/Tabs/OtMiscTab.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
Max="@uint.MaxValue"
121121
@bind-Value:get="@Pokemon.EncryptionConstant"
122122
@bind-Value:set="@(newEc => SetPokemonEc(newEc))"
123-
For="@(() => Pokemon.PID)"/>
123+
For="@(() => Pokemon.EncryptionConstant)"/>
124124
</div>
125125
<LegalityIndicator Severity="@(GetCheckResult(CheckIdentifier.EC)?.Judgement ?? PKHeX.Core.Severity.Valid)"
126126
Message="@HumanizeCheckResult(GetCheckResult(CheckIdentifier.EC))"/>

0 commit comments

Comments
 (0)