jasonw4331 / MyPlot

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

Uninitialized property, leading to crash #409

Closed Ifera closed 3 years ago

Ifera commented 3 years ago

This never gets initialized leading to a crash on PM API 4

https://github.com/jasonwynn10/MyPlot/blob/6e7a82561e249d429b86b78d9cf1b0d9aecfd023/src/MyPlot/provider/SQLiteDataProvider.php#L32

Should be initialized here, if im not mistaken. https://github.com/jasonwynn10/MyPlot/blob/6e7a82561e249d429b86b78d9cf1b0d9aecfd023/src/MyPlot/provider/SQLiteDataProvider.php#L100