mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +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
@ -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 New Issue
Block a user