implement lobby check

This commit is contained in:
Hiajen Hiajen 2021-06-20 17:10:47 +02:00
parent 2577a71ca7
commit 1a9a9aea42
4 changed files with 83 additions and 4 deletions

View file

@ -25,6 +25,7 @@ public final class EaaMod implements ClientModInitializer {
new EchoCommand();
new TagCommand();
new CheckPlayerCommand();
new CheckLobbyCommand();
}
}