'VendingMachine' does not contain a definition for 'isLockable'

Error while compiling VendingManager: 'VendingMachine' does not contain a definition for 'isLockable' and no accessible extension method 'isLockable' accepting a first argument of type 'VendingMachine' could be found (are you missing a using directive or an assembly reference?) | Line: 1115, Pos: 16

help :)

We're getting the same error.

Error while compiling VendingManager: 'VendingMachine' does not contain a definition for 'isLockable' and no accessible extension method 'isLockable' accepting a first argument of type 'VendingMachine' could be found (are you missing a using directive or an assembly reference?) | Line: 1110, Pos: 16

VendingMachine is now derived from ContainerIOEntity instead of StorageContainer

I am sure @Whispers88 will get onto it when he can.. :)

Merged post

Simple fix for those waiting..

Comment out these 2 lines

// vm.isLockable = lockable; 
// m.isLockable = ConfigValue<bool>(Option.lockable);

FYI by placing // prior to the code will comment it out.