From 51cfe8fa3f48869f809d307ccf69108e2a4a3011 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Thu, 19 Oct 2017 23:47:41 +0200 Subject: [PATCH] fix: Multihunter village no longer shows as Natar on Map in Admin --- Admin/Templates/map.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Templates/map.tpl b/Admin/Templates/map.tpl index d95fedba..a7fac3ba 100644 --- a/Admin/Templates/map.tpl +++ b/Admin/Templates/map.tpl @@ -72,8 +72,8 @@ if ($check1=="" && $check2=="") {$criteria="WHERE tribe=0)";} $p_coor="(".$p_array['x']."|".$p_array['y'].")"; $p_pop=$p_array['pop']; - // natars have a NULL tribe, since they don't have user accounts - if (!$p_array['tribe']) { + // natars have a NULL username, since they don't have user accounts + if (!$p_array['username']) { $p_tribe = $array_tribe[TRIBE5]; $p_array['tribe'] = 5; } else {