SpockBotMC / SpockBot-Extra

Extra plugins and examples for SpockBot
2 stars 2 forks source link

Fix small bug in BaseCommands example #1

Closed divad closed 9 years ago

divad commented 9 years ago

in handle_command it referenced 'args' rather than data['args'] leading to: NameError: global name 'args' is not defined