Clean up a bunch of TODOs that are no longer relevant

This commit is contained in:
Electroblob77
2020-09-23 23:49:36 +01:00
parent ed9e9110e5
commit aac931f6b2
12 changed files with 5 additions and 15 deletions
@@ -247,7 +247,7 @@ public class CommandCastSpell extends CommandBase {
if(data != null){
if(data.isCasting()){
data.stopCastingContinuousSpell(); // TODO: Where should this go now?
data.stopCastingContinuousSpell(); // I think on balance this is quite a nice feature to leave in
}else{
data.startCastingContinuousSpell(spell, modifiers, duration);