implement reload

This commit is contained in:
Hiajen Hiajen 2021-06-20 19:04:05 +02:00
parent 1a9a9aea42
commit 00bfe748cc
3 changed files with 34 additions and 0 deletions

View file

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