kill update
This commit is contained in:
parent
2a35e91cdd
commit
68ef63210f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class Owner {
|
||||||
if (devices != null) {
|
if (devices != null) {
|
||||||
Device first = devices.iterator().next();
|
Device first = devices.iterator().next();
|
||||||
Care care = new Care();
|
Care care = new Care();
|
||||||
care.setFeed(-1000);
|
care.setFeed(-100000);
|
||||||
tamagotchiService.takeCare(first.getId(), care);
|
tamagotchiService.takeCare(first.getId(), care);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue