Unused lastXYZ timers set but never used.

This commit is contained in:
2023-08-21 04:19:20 -04:00
parent dbca131a0f
commit c79d9ae891
5 changed files with 3 additions and 40 deletions
@@ -445,10 +445,6 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
lock.writeLock().unlock();
}
// Update the player's last contract (What is this used for?)
playerCharacter.setLastContract(msg.getContractID());
// Remove the appropriate deed.
if (buildingCreated == true)
if (contract != null) {