Finish the comment...whoops I got distracted
This commit is contained in:
parent
12f35a01bf
commit
ab10bc9a4d
@ -453,7 +453,10 @@ public class JailIO {
|
|||||||
//Since we're loading the data, the cell hasn't officially changed
|
//Since we're loading the data, the cell hasn't officially changed
|
||||||
c.setChanged(false);
|
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)) {
|
if(!j.addCell(c, false)) {
|
||||||
int id = set.getInt("cellid");
|
int id = set.getInt("cellid");
|
||||||
cellsToRemove.add(id);
|
cellsToRemove.add(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user