mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 23:50:08 +00:00
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:
parent
11c945c504
commit
cd16c7fb10
3 changed files with 10 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue