Finish the comment...whoops I got distracted

This commit is contained in:
graywolf336 2015-05-26 15:00:41 -05:00
parent 12f35a01bf
commit ab10bc9a4d

View File

@ -453,7 +453,10 @@ public class JailIO {
//Since we're loading the data, the cell hasn't officially changed
c.setChanged(false);
//Try to add the cell to the jail, if one
//Try to add the cell to the jail
//if this method returns false then
//the cell already exists and needs
//to be removed from the database
if(!j.addCell(c, false)) {
int id = set.getInt("cellid");
cellsToRemove.add(id);