I realize that this plugin is unmaintained but looking for some help/advice on fixing this error. Error while compiling: VendingManager.cs(1208,19): error CS1501: No overload for method `OnDeployed' takes `1' arguments
I'll let you know if i figure it out if you let me know how you did =/ this plugin is great even tho its unsupportedMerged postThis is not a fix- this may only be a band-aid at best but its wipe day and i needed to make this loadable---so i did this... use at your own risk- Search for the line:l.OnDeployed(vm);Comment that bitch out// l.OnDeployed(vm);Load the plugin
Do not comment out OnDeployed. This will break the functionality of the plugin. Instead, replace I.OnDeployed(vm) with I.OnDeployed(vm, null)