Bigjango13 / MCPI-Addons

Addons to the MCPI api.
16 stars 4 forks source link

Fix documentation error for logging error #20

Open MrBeam89 opened 3 months ago

MrBeam89 commented 3 months ago

Modified error to err instead

>>> from mcpi_addons.minecraft import Minecraft
>>> mc = Minecraft.create()
>>> mc.logging.error()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'CmdLog' object has no attribute 'error'