forked from MagicBane/Server
Update to thread logic
This commit is contained in:
@@ -798,7 +798,7 @@ public enum BuildingManager {
|
||||
// Attempt to write to database or delete the building
|
||||
// if we are destroying it.
|
||||
|
||||
if (rank == -1)
|
||||
if (rank < 0)
|
||||
success = DbManager.BuildingQueries.DELETE_FROM_DATABASE(building);
|
||||
else
|
||||
success = DbManager.BuildingQueries.updateBuildingRank(building, rank);
|
||||
|
||||
Reference in New Issue
Block a user