Untitled
unknown
plain_text
3 years ago
161 B
10
Indexable
{
InventoryLock.writeLock().lock();
try {
this.Inventory.put(ItemDBID, item);
} finally {
InventoryLock.writeLock().unlock();
}
}Editor is loading...
{
InventoryLock.writeLock().lock();
try {
this.Inventory.put(ItemDBID, item);
} finally {
InventoryLock.writeLock().unlock();
}
}