Splice del biz/house for garbage collection
This commit is contained in:
@@ -591,7 +591,7 @@ function deleteHouse(houseId, whoDeleted = 0) {
|
||||
|
||||
removePlayersFromHouse(houseId);
|
||||
|
||||
getServerData().houses[houseId] = false;
|
||||
getServerData().houses.splice(houseId, 1);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user