mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 23:26:08 +00:00
error corrected
This commit is contained in:
@@ -222,7 +222,7 @@ class Building {
|
||||
case 40: $build = $lang['buildings'][40]; break;
|
||||
case 41: $build = $lang['buildings'][41]; break;
|
||||
case 42: $build = $lang['buildings'][42]; break;
|
||||
default: $build = $lang['buildings'][43];; break;
|
||||
default: $build = $lang['buildings'][43]; break;
|
||||
}
|
||||
return $build;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user