mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 04:39:49 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -24,7 +24,7 @@ public class HandlerSetWidgetSlotReq extends PacketHandler {
|
||||
session.send(new PacketWidgetSlotChangeNotify(WidgetSlotOpOuterClass.WidgetSlotOp.WIDGET_SLOT_OP_DETACH));
|
||||
|
||||
//only attaching the widget can set it
|
||||
if(req.getOp() == WidgetSlotOpOuterClass.WidgetSlotOp.WIDGET_SLOT_OP_ATTACH){
|
||||
if (req.getOp() == WidgetSlotOpOuterClass.WidgetSlotOp.WIDGET_SLOT_OP_ATTACH) {
|
||||
// WidgetSlotChangeNotify slot
|
||||
session.send(new PacketWidgetSlotChangeNotify(req.getMaterialId()));
|
||||
}
|
||||
@@ -34,4 +34,3 @@ public class HandlerSetWidgetSlotReq extends PacketHandler {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user