Removed old TODO

This commit is contained in:
Butzlabben 2019-08-10 15:32:24 +02:00
parent f7277a68f9
commit fe00db02d1
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ public class FireStatus implements DependListener {
return OrcItem.enabled.getItemStack(p);
return null;
// TODO wenn enabled, dann return OrcItem.enabled.getItemStack(p, wp);
// sonst return null
}
}

View File

@ -27,8 +27,6 @@ public class TntStatus implements DependListener {
return OrcItem.enabled.getItemStack(p);
return null;
// TODO wenn enabled, dann return OrcItem.enabled.getItemStack(p, wp);
// sonst return null
}
}