Merge branch 'feature/networking' of github.com-quiqueck:quiqueck/BCLib into feature/networking
This commit is contained in:
commit
ae344c48ac
21 changed files with 744 additions and 185 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue