From 5ccbe546427a8d612c6483e51cd92f21373aa838 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Fri, 5 Jan 2018 23:06:52 +0200 Subject: [PATCH] Oasis is written twice Now it is displayed normally. https://github.com/Shadowss/TravianZ/issues/457 --- Templates/Map/vilview.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Templates/Map/vilview.tpl b/Templates/Map/vilview.tpl index deb45e6e..5cb9a538 100644 --- a/Templates/Map/vilview.tpl +++ b/Templates/Map/vilview.tpl @@ -480,9 +480,9 @@ if($type==18 or $type==19 or $type==20 or $type==21){ if ($basearray['fieldtype']==0) { if ($village->resarray['f39']==0) { if ($basearray['owner'] == $session->uid) { - echo "» ".RAID." $otext ".OASIS." (".BUILDRALLY.")"; + echo "» ".RAID." $otext (".BUILDRALLY.")"; } else { - echo "» ".RAID." $otext ".OASIS." (".BUILDRALLY.")"; + echo "» ".RAID." $otext (".BUILDRALLY.")"; } } else { echo "» ".RAID." $otext"; @@ -545,4 +545,4 @@ if($type==18 or $type==19 or $type==20 or $type==21){ - \ No newline at end of file +