mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-20 19:46:10 +00:00
Fixed a building bug
+Fixed a bug that permitted to build two buildings or two resources field concurrently, without a plus account, as a Roman +Some clean-up
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$bid = $village->resarray['f'.$id.'t'];
|
||||
$bindicate = $building->canBuild($id,$bid);
|
||||
$bindicate = $building->canBuild($id, $bid);
|
||||
if($bindicate == 1) {
|
||||
echo "<p><span class=\"none\">".MAX_LEVEL."</span></p>";
|
||||
} else if($bindicate == 10) {
|
||||
|
||||
Reference in New Issue
Block a user