We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86809a commit ae3dce4Copy full SHA for ae3dce4
1 file changed
voxels-server/src/main/java/server/gateways/GatewayContext.java
@@ -1,12 +1,13 @@
1
package server.gateways;
2
3
public record GatewayContext(
4
- WorldGateway world,
5
- EventGateway events,
6
- PermissionGateway permissions,
7
- InventoryGateway inventory,
8
- ConfigGateway config,
9
- CommandGateway commands,
10
- PlayerGateway players,
11
- MessageGateway messages,
12
- ServerGateway servery) {}
+ WorldGateway world,
+ EventGateway events,
+ PermissionGateway permissions,
+ InventoryGateway inventory,
+ ConfigGateway config,
+ CommandGateway commands,
+ PlayerGateway players,
+ MessageGateway messages,
+ ServerGateway server
13
+ ) {}
0 commit comments