Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
557298f8
Commit
557298f8
authored
Jun 17, 2022
by
Akka
Committed by
Melledy
Jun 17, 2022
Browse files
a little fix
parent
2d461641
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/home/HomeBlockItem.java
View file @
557298f8
...
@@ -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
.
add
Deploy
FurniureList
(
f
.
toProto
()));
this
.
persistentFurnitureList
.
forEach
(
f
->
proto
.
add
Persistent
Furni
t
ureList
(
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
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment