mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 16:34:56 +01:00
a little fix
This commit is contained in:
@@ -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()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user