Removed unnecessary TODOs

This commit is contained in:
Anuken
2021-06-22 16:07:19 -04:00
parent 4417a83424
commit d468a4f328
12 changed files with 3 additions and 82 deletions

View File

@@ -143,7 +143,6 @@ public class EntityIO{
if(sl) cont("if(!islocal)");
if(sf){
//TODO + targetSuf may not give the right result, test it
st(field.name + lastSuf + " = this." + field.name + targetSuf);
}