update todo comments

This commit is contained in:
James Seibel
2024-03-17 16:15:27 -05:00
parent 8bedb3dbaa
commit 0ee6673e68
2 changed files with 2 additions and 5 deletions
@@ -166,10 +166,7 @@ public abstract class AbstractModInitializer
LOGGER.info("Mod Post-Initialized");
}
private void initCommands()
{
// TODO
}
private void initCommands() { /* currently unimplemented */ }