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
35ddc407
Unverified
Commit
35ddc407
authored
Aug 25, 2022
by
Magix
Committed by
GitHub
Aug 25, 2022
Browse files
Merge pull request #1710 from pfyy/development
fix dungeon
parents
eb42cc9c
c96a1907
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/entity/gadget/GadgetWorktop.java
View file @
35ddc407
...
...
@@ -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