From eccaa719075677965d2e687abb614669f5fabf1d Mon Sep 17 00:00:00 2001 From: "[GADD]Monkeynutz" Date: Mon, 16 Oct 2017 10:11:20 +0100 Subject: [PATCH] Changed top left to top right. There was an issue in most cases where the logo would cover up a couple names in the group menu in the top left preventing players from seeing their names. I have moved this to the top right as there is never anything in the HUD that the logo can cover while it's up there. --- mpmissions/Exile.Altis/ExAdClient/StatsBar/RscTitles.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mpmissions/Exile.Altis/ExAdClient/StatsBar/RscTitles.cpp b/mpmissions/Exile.Altis/ExAdClient/StatsBar/RscTitles.cpp index 9fe58c3..808aa52 100644 --- a/mpmissions/Exile.Altis/ExAdClient/StatsBar/RscTitles.cpp +++ b/mpmissions/Exile.Altis/ExAdClient/StatsBar/RscTitles.cpp @@ -1,3 +1,5 @@ +//Modified + #include "base.cpp" class ExAd_STATSBAR @@ -38,4 +40,4 @@ class ExAd_STATSBAR text = ""; }; }; -}; \ No newline at end of file +};