Quote:
Originally Posted by squidsk
Yes, there's currently a problem with the uninstaller for the mod not actually removing all tables, so when you try and re-install the mod it fails because the tables its trying to create already exist. The easiest way to fix the issue is to remove the sections of the install code that generate the errors, so if its giving you an error that says table A already exists then go into the install code and remove the entry that adds that table.
|
Wouldnt it just be easier to drop the tables themselves?
Instead of modifying the install code.