mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 23:56:08 +00:00
update embassy: now show invitations only when embassy is level 1 or more
This commit is contained in:
@@ -32,7 +32,7 @@ echo "
|
||||
</tr></tbody>
|
||||
</table>";
|
||||
}
|
||||
else {
|
||||
else if($village->resarray['f'.$id] >= 1) {
|
||||
?>
|
||||
<table cellpadding="1" cellspacing="1" id="join">
|
||||
<form method="post" action="build.php">
|
||||
|
||||
Reference in New Issue
Block a user