Shock95 / AuctionHouse

Feature-packed auction house plugin for PocketMine-MP (pmmp)
GNU General Public License v3.0
43 stars 34 forks source link

Translation: fix plugin crash on loading #75

Closed AtlanticDany closed 3 years ago

AtlanticDany commented 3 years ago

This PR fixes a plugin crash due to the presence of non-string the translation files.

In particular,

Finally, to prevent crashing due to the user inputting non string values in the translation file, translations are now explicitly casted to string before being passed to str_replace.