From 5e531ef7473038829c36203085ef60f0546dc26d Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Sat, 8 Feb 2025 01:45:15 +0530 Subject: [PATCH] Rename & Update `unlock_TowerD.py` to 1.7.37+ (API 9) --- Utilities/{TowerD-Unlocked.py => unlock_TowerD.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Utilities/{TowerD-Unlocked.py => unlock_TowerD.py} (83%) diff --git a/Utilities/TowerD-Unlocked.py b/Utilities/unlock_TowerD.py similarity index 83% rename from Utilities/TowerD-Unlocked.py rename to Utilities/unlock_TowerD.py index 6a219f1..9406d0a 100644 --- a/Utilities/TowerD-Unlocked.py +++ b/Utilities/unlock_TowerD.py @@ -12,8 +12,8 @@ def new_play_types(cls): return ['melee', 'keep_away', 'team_flag', 'king_of_the_hill'] -# ba_meta require api 8 +# ba_meta require api 9 # ba_meta export plugin class byFreaku(babase.Plugin): def on_app_running(self): - TowerD.get_play_types = new_play_types \ No newline at end of file + TowerD.get_play_types = new_play_types