Skip to content

Commit ae835de

Browse files
committed
fix: GitHub merge forgot a parameter
1 parent 9e764e3 commit ae835de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authme-velocity/src/test/java/fr/xephi/authme/velocity/VelocityProxyBridgeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void shouldNotForwardPerformLoginForUnauthenticatedPlayer() {
333333
given(nonAuthServer.getServerInfo()).willReturn(nonAuthServerInfo);
334334
given(nonAuthServerInfo.getName()).willReturn("survival");
335335

336-
VelocityProxyBridge bridge = new VelocityProxyBridge(proxyServer, logger, createConfiguration(), new VelocityAuthenticationStore());
336+
VelocityProxyBridge bridge = new VelocityProxyBridge(proxyServer, logger, createConfiguration(), new VelocityAuthenticationStore(), null);
337337
bridge.onServerConnected(new ServerConnectedEvent(player, nonAuthServer, null));
338338

339339
verify(currentServer, never()).sendPluginMessage(any(), any(byte[].class));

0 commit comments

Comments
 (0)