- Added run macro to disable arena team colors, use '/run Details.color_by_arena_team = false;' to disable it.

- Added the core version to show when using /details without parameters.
This commit is contained in:
Tercio
2018-03-16 13:04:05 -03:00
parent 7b9bd30884
commit a6cfb2a188
6 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -311,7 +311,7 @@
elseif (actor.owner) then
return _unpack (_detalhes.class_colors [actor.owner.classe or "UNKNOW"])
elseif (actor.arena_team) then
elseif (actor.arena_team and _detalhes.color_by_arena_team) then
if (actor.arena_team == 0) then
return _unpack (_detalhes.class_colors.ARENA_GREEN)
else