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
c96a1907
Commit
c96a1907
authored
Aug 26, 2022
by
pfyy
Browse files
fix dungeon
parent
eb42cc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/entity/gadget/GadgetWorktop.java
View file @
c96a1907
...
...
@@ -58,7 +58,9 @@ public class GadgetWorktop extends GadgetContent {
this
.
handler
=
handler
;
}
public
boolean
onSelectWorktopOption
(
SelectWorktopOptionReq
req
)
{
this
.
handler
.
onSelectWorktopOption
(
this
,
req
.
getOptionId
());
if
(
this
.
handler
!=
null
)
{
this
.
handler
.
onSelectWorktopOption
(
this
,
req
.
getOptionId
());
}
return
false
;
}
...
...
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