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
163c6bf4
Commit
163c6bf4
authored
Jun 26, 2022
by
KingRainbow44
Browse files
Move drop data loading to `debug`
parent
7e0c1902
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/drop/DropManager.java
View file @
163c6bf4
...
@@ -50,7 +50,7 @@ public class DropManager {
...
@@ -50,7 +50,7 @@ public class DropManager {
for
(
DropInfo
di
:
banners
)
{
for
(
DropInfo
di
:
banners
)
{
getDropData
().
put
(
di
.
getMonsterId
(),
di
.
getDropDataList
());
getDropData
().
put
(
di
.
getMonsterId
(),
di
.
getDropDataList
());
}
}
Grasscutter
.
getLogger
().
info
(
"Drop data successfully loaded."
);
Grasscutter
.
getLogger
().
debug
(
"Drop data successfully loaded."
);
}
else
{
}
else
{
Grasscutter
.
getLogger
().
error
(
"Unable to load drop data. Drop data size is 0."
);
Grasscutter
.
getLogger
().
error
(
"Unable to load drop data. Drop data size is 0."
);
}
}
...
...
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