Bug fix with case sensitivity and player names

This commit is contained in:
Ne0n x3r0 2012-05-19 21:09:20 -05:00
parent fa3c011576
commit 4245aa115e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class BetterAliasPlayerListener implements Listener{
}catch(Exception ex){return; }
if(iParam > -1 && cmd.length >= iParam){
String sPlayerName = cmd[iParam];
String sPlayerName = cmd[iParam].toLowerCase();
text = "notFound";

View File

@ -1,5 +1,5 @@
name: BetterAlias
main: com.gmail.Ne0nx3r0.BetterAlias
version: '0.2'
version: '0.2.1'
database: false
description: Command alias system