Commit 557298f8 authored by Akka's avatar Akka Committed by Melledy
Browse files

a little fix

parent 2d461641
...@@ -58,7 +58,7 @@ public class HomeBlockItem { ...@@ -58,7 +58,7 @@ public class HomeBlockItem {
.setComfortValue(calComfort()); .setComfortValue(calComfort());
this.deployFurnitureList.forEach(f -> proto.addDeployFurniureList(f.toProto())); this.deployFurnitureList.forEach(f -> proto.addDeployFurniureList(f.toProto()));
this.persistentFurnitureList.forEach(f -> proto.addDeployFurniureList(f.toProto())); this.persistentFurnitureList.forEach(f -> proto.addPersistentFurnitureList(f.toProto()));
this.deployAnimalList.forEach(f -> proto.addDeployAnimalList(f.toProto())); this.deployAnimalList.forEach(f -> proto.addDeployAnimalList(f.toProto()));
this.deployNPCList.forEach(f -> proto.addDeployNpcList(f.toProto())); this.deployNPCList.forEach(f -> proto.addDeployNpcList(f.toProto()));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment