mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Added a missing @Override
This commit is contained in:
parent
b8c7960ac7
commit
6bf5c8990a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public interface ClientReadyCallback {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tick(MinecraftClient client) {
|
||||
if (firstTick) {
|
||||
ClientReadyCallback.EVENT.invoker().onClientPostInit(client);
|
||||
|
|
Loading…
Reference in a new issue