call sendOnEnter

This commit is contained in:
Frank 2021-08-05 19:09:34 +02:00
parent 16cbba6e76
commit 9b92c6cbf2
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@ public class GameMixin {
@Inject(method="onStartGameSession", at=@At("TAIL"))
public void bcliv_onStart(CallbackInfo ci){
DataExchangeAPI.send(new HelloServer());
DataExchangeAPI.sendOnEnter();
}
}