mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
5 lines
225 B
Smarty
5 lines
225 B
Smarty
<?php
|
|
$loopsame = ($building->isCurrent($id) || $building->isLoop($id))?1:0;
|
|
$doublebuild = ($building->isCurrent($id) && $building->isLoop($id))?1:0;
|
|
$master = count($database->getMasterJobsByField($village->wid,$id));
|
|
?> |