mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 03:05:34 +00:00
fix dungeon
This commit is contained in:
parent
eb42cc9c9e
commit
c96a1907da
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user