ervinchai / VoxelSniper

The premier long-distance brush editor for Minecraft, rebooted!
37 stars 27 forks source link

Fix two issues with the performer command #20

Open traksag opened 4 years ago

traksag commented 4 years ago

This fixes the following two issues:

  1. An ArrayIndexOutOfBounds exception is thrown when using the performer command with 1 argument that isn't a known performer handle, e.g. '/p i'.
  2. The last word of the no-such-performer message is coloured incorrectly.

Apparently my IDE also decided to remove some trailing whitespace...