jasonw4331 / MyPlot

Plot and protection plugin for PocketMine-MP
https://discord.gg/Qqcpp9Q
MIT License
101 stars 90 forks source link

fix for Issue #399 and #415 #407

Closed HighTecDev closed 3 years ago

HighTecDev commented 3 years ago

Without this Check, the wrong Plot-ID is saved in the Plot-Cache At the point where the plots are to be merged, the wrong ID is taken from the cache into the Database

Added: Change the check of "connect_error" at MysqlProvider. Connect_error returns NULL instead of a empty String when everything is ok

Added: Creating of Table "mergedPlots" is missing in MysqlProvider (also Issue #415 )