diff --git a/resources/views/ingame/ajax/object.blade.php b/resources/views/ingame/ajax/object.blade.php index ee110114..05e50f22 100644 --- a/resources/views/ingame/ajax/object.blade.php +++ b/resources/views/ingame/ajax/object.blade.php @@ -253,6 +253,14 @@ @if ($object_type == \OGame\GameObjects\Models\Enums\GameObjectType::Building || $object_type == \OGame\GameObjects\Models\Enums\GameObjectType::Station)) {{-- Last building slot warning for buildings --}} @include ('ingame.shared.buildings.last-building-slot-warning', ['planet' => $planet]) +@else + {{-- Define default last building slot warning variables for other objects --}} + @endif