From cd16c7fb105d993cdfeeb1b4c9f9ae7d084f69ac Mon Sep 17 00:00:00 2001 From: Steven Lawson Date: Mon, 8 Jul 2013 20:51:23 -0400 Subject: [PATCH] Mark wanted /list -a to show how awesome he was. Or something like that. Don't do this for other people, please. --- appinfo.properties | 6 +++--- buildnumber.properties | 4 ++-- .../StevenLawson/TotalFreedomMod/Commands/Command_list.java | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/appinfo.properties b/appinfo.properties index ad882e41..80fa96ca 100644 --- a/appinfo.properties +++ b/appinfo.properties @@ -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.BUILDNUM=291 -program.BUILDDATE=07/08/2013 08\:27 PM +program.BUILDNUM=292 +program.BUILDDATE=07/08/2013 08\:48 PM diff --git a/buildnumber.properties b/buildnumber.properties index 70b6a228..3eac2aaf 100644 --- a/buildnumber.properties +++ b/buildnumber.properties @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Mon Jul 08 20:27:52 EDT 2013 -build.number=292 +#Mon Jul 08 20:48:59 EDT 2013 +build.number=293 diff --git a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_list.java b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_list.java index 08afcd0a..f0f19855 100644 --- a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_list.java +++ b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_list.java @@ -76,6 +76,11 @@ public class Command_list extends TFM_Command { prefix = (ChatColor.DARK_PURPLE + "[Dev]"); } + + if (p.getName().equals("markbyron")) + { + prefix = (ChatColor.BLUE + "[Owner]"); + } } else {