mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-02 22:44:48 +01:00
Update console message
This commit is contained in:
parent
17a56cc6c1
commit
1171656d12
@ -77,7 +77,7 @@ export class BattleEndPhase extends BattlePhase {
|
||||
try {
|
||||
p.destroy();
|
||||
} catch {
|
||||
console.warn("Unable to destroy stale pokemon objects in BattleEndPhase.");
|
||||
console.warn("Unable to destroy stale pokemon object in BattleEndPhase:", p);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user