fix: admins should see all buildings, even great ones and the greatest

This commit is contained in:
Martin Ambrus
2017-10-29 11:01:09 +01:00
parent 5f4ac3bc48
commit 769f5afe0e
+1 -5
View File
@@ -71,7 +71,7 @@ if(isset($id))
</thead> </thead>
<tbody> <tbody>
<?php <?php
for($i =1; $i<=39; $i++) for($i = 1; $i<=42; $i++)
{ {
$bu = $funct->procResType($i); $bu = $funct->procResType($i);
echo ' echo '
@@ -81,10 +81,6 @@ if(isset($id))
</tr>'; </tr>';
} }
?> ?>
<tr>
<td class="on">41.</td>
<td class="on">Horse Drinking Trough</td>
</tr>
</tbody> </tbody>
</table> </table>
<a href="#" onclick="hideStuff('instructions'); return false;">Hide Instructions</a> <a href="#" onclick="hideStuff('instructions'); return false;">Hide Instructions</a>