Skip to content

Commit ae3dce4

Browse files
committed
back to old version
1 parent e86809a commit ae3dce4

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package server.gateways;
22

33
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) {}
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 server
13+
) {}

0 commit comments

Comments
 (0)