diff --git a/overcooked_simulator/game_content/layouts/basic.layout b/overcooked_simulator/game_content/layouts/basic.layout
index 5f8ed4dea5f9bb748c460606813c913e481c1caf..ccc4076303e985a8b60c9f2dd091f323b5d6e7a6 100644
--- a/overcooked_simulator/game_content/layouts/basic.layout
+++ b/overcooked_simulator/game_content/layouts/basic.layout
@@ -5,5 +5,5 @@ W__________I
 #__A_____A_D
 C__________E
 C__________G
-#___________
+#__________#
 #P#S+#X##S+#
\ No newline at end of file
diff --git a/overcooked_simulator/overcooked_environment.py b/overcooked_simulator/overcooked_environment.py
index ba95189ddb0236c85635d9527b45cfb849138170..538669e89d49fd6caf317daf0767135108ad1eef 100644
--- a/overcooked_simulator/overcooked_environment.py
+++ b/overcooked_simulator/overcooked_environment.py
@@ -320,8 +320,8 @@ class Environment:
                 current_x += 1
             current_y += 1
 
-        self.kitchen_width: float = len(lines[0]) + 2
-        self.kitchen_height = len(lines) + 2
+        self.kitchen_width: float = len(lines[0])
+        self.kitchen_height = len(lines)
         self.counter_factory.post_counter_setup(counters)
 
         return counters, designated_player_positions, free_positions