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

Canary commands are case sensitive #63

Closed ghost closed 11 years ago

ghost commented 11 years ago

Example:

/warp test - Works.

/Warp test - Dont work.

14mRh4X0r commented 11 years ago

I'm unsure about whether this is an issue or a feature. Thoughts on this, anyone?

WWOL commented 11 years ago

I think making them not case sensitive is a waste of time. It's not hard to remember to just type in lower case, it's more work to add a capital anyway. This has never been an issue for me.

WWOL