Mark wanted /list -a to show how awesome he was.

Or something like that. Don't do this for other people, please.
This commit is contained in:
Steven Lawson 2013-07-08 20:51:23 -04:00
parent 11c945c504
commit cd16c7fb10
3 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#Mon, 08 Jul 2013 20:27:52 -0400 #Mon, 08 Jul 2013 20:48:59 -0400
program.VERSION=2.21 program.VERSION=2.21
program.BUILDNUM=291 program.BUILDNUM=292
program.BUILDDATE=07/08/2013 08\:27 PM program.BUILDDATE=07/08/2013 08\:48 PM

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Mon Jul 08 20:27:52 EDT 2013 #Mon Jul 08 20:48:59 EDT 2013
build.number=292 build.number=293

View File

@ -76,6 +76,11 @@ public class Command_list extends TFM_Command
{ {
prefix = (ChatColor.DARK_PURPLE + "[Dev]"); prefix = (ChatColor.DARK_PURPLE + "[Dev]");
} }
if (p.getName().equals("markbyron"))
{
prefix = (ChatColor.BLUE + "[Owner]");
}
} }
else else
{ {