1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-26 07:54:41 +02:00

More Cleanup :: add TODO comments

This commit is contained in:
Iaccidentally
2013-01-14 18:18:24 -05:00
parent 4818bec0d8
commit 232052b7d2
25 changed files with 35 additions and 41 deletions

View File

@@ -102,7 +102,7 @@ public class EssentialsExtra extends JavaPlugin
return handler.onCommand(cs, this, label, args);
}
});
getLogger().info("Loaded command " + commandName);
getLogger().info("Loaded command " + commandName); //TODO: tl key?
}
catch (Exception ex)
{