patch crash serveur

This commit is contained in:
marc barbier
2021-01-09 20:19:13 +01:00
parent 92712b6b7e
commit 3b7f0a6aea
6 changed files with 18 additions and 7 deletions
@@ -13,7 +13,10 @@ public abstract class StrongifyBufCard extends BufCard{
while(it.hasNext())
{
Card card = it.next();
card.heal(1);
if(card != null)
{
card.heal(1);
}
}
}
}