Fix capturing Pokemon not being properly cleared
All checks were successful
Build / Build (push) Successful in 2m10s

This commit is contained in:
2026-07-11 12:41:03 +02:00
parent 2f51e27811
commit 32b3ef9c4a

View File

@@ -1399,6 +1399,7 @@ public class PokemonImpl : ScriptSource, IPokemon
} }
DisplaySpecies = null; DisplaySpecies = null;
DisplayForm = null; DisplayForm = null;
IsCaught = false;
} }
/// <inheritdoc /> /// <inheritdoc />