From c7b47b2a873f4b838656c8042f71be56964e0031 Mon Sep 17 00:00:00 2001 From: RomulAugustus <87079566+RomulAugustus@users.noreply.github.com> Date: Mon, 25 Jul 2022 17:51:11 +0300 Subject: [PATCH] clearing is now done with a dict. method --- GameMap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameMap.py b/GameMap.py index 155522d..b439505 100644 --- a/GameMap.py +++ b/GameMap.py @@ -34,4 +34,4 @@ class GameMap: def clear_map(self): - self.data = {} \ No newline at end of file + data.clear() \ No newline at end of file