LegendOfMCPE / EssentialsPE

Port of Bukkit Essentials for @PocketMine Servers (Moved to @poggit-orphanage)
GNU General Public License v3.0
99 stars 21 forks source link

Fixes issue #231 (null passed to function) #235

Closed markkrueg closed 8 years ago

markkrueg commented 8 years ago

By adding "= null", this becomes the default for the function; and null is then allowed.

This fixes a nasty crash.