mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-24 03:33:46 -04:00
Fix.
This commit is contained in:
parent
a493d86b07
commit
8becd371a1
@ -204,7 +204,7 @@ public abstract sealed class TerracottaState {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isForkOf(TerracottaState state) {
|
public boolean isForkOf(TerracottaState state) {
|
||||||
return state instanceof HostOK hostOK && this.index - hostOK.index <= profileIndex;
|
return state instanceof GuestOK guestOK && this.index - guestOK.index <= profileIndex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user