kill update

This commit is contained in:
Elisa Stelling 2019-12-11 11:29:35 +01:00
parent 2a35e91cdd
commit 68ef63210f

View file

@ -54,7 +54,7 @@ public class Owner {
if (devices != null) {
Device first = devices.iterator().next();
Care care = new Care();
care.setFeed(-1000);
care.setFeed(-100000);
tamagotchiService.takeCare(first.getId(), care);
}
}