FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

/enableplugin is broken. #72

Closed WWOL closed 11 years ago

WWOL commented 11 years ago

In 26662ac (issue #63) commands where made case insensitive by using toLowerCase(). This breaks plugin enabling / disabling / reloading as xyzplugin is different than XYZPlugin. I suggest only making the command (split[0]) lowercase. I haven't tested but this may also break player matching.

@gregthegeek

WWOL

WWOL commented 11 years ago

Fixed by 23e4359. Thanks.