From 1369aab4011ff6d67bddec1978bbb88af41b1d46 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 30 Mar 2017 19:49:45 +0200 Subject: [PATCH] moved basestructure + changed namespace --- core/Callbacks/Structures/{ => Common}/BaseStructure.php | 2 +- core/Callbacks/Structures/Common/CommonScoresStructure.php | 1 - core/Callbacks/Structures/ManiaPlanet/StartEndStructure.php | 2 +- core/Callbacks/Structures/ManiaPlanet/StartServerStructure.php | 2 +- .../Structures/ShootMania/OnActionCustomEventStructure.php | 2 +- core/Callbacks/Structures/ShootMania/OnActionEvent.php | 2 +- core/Callbacks/Structures/ShootMania/OnCaptureStructure.php | 2 +- core/Callbacks/Structures/ShootMania/OnCommandStructure.php | 2 +- .../Callbacks/Structures/ShootMania/OnDefaultEventStructure.php | 2 +- core/Callbacks/Structures/ShootMania/OnFallDamageStructure.php | 2 +- .../ShootMania/OnHitNearMissArmorEmptyBaseStructure.php | 2 +- .../Callbacks/Structures/ShootMania/OnPlayerObjectStructure.php | 2 +- .../Structures/ShootMania/OnPlayerRequestActionChange.php | 2 +- .../Structures/ShootMania/OnPlayerRequestRespawnStructure.php | 2 +- .../Structures/ShootMania/OnPlayerTriggersSectorStructure.php | 2 +- core/Callbacks/Structures/ShootMania/OnShootStructure.php | 2 +- core/Callbacks/Structures/ShootMania/OnShotDenyStructure.php | 2 +- core/Callbacks/Structures/TrackMania/OnCommandStructure.php | 2 +- .../Callbacks/Structures/TrackMania/OnDefaultEventStructure.php | 2 +- .../Structures/TrackMania/OnEventStartLineStructure.php | 2 +- .../Structures/TrackMania/OnEventWayPointStructure.php | 2 +- core/Callbacks/Structures/XmlRpc/CallbacksListStructure.php | 2 +- 22 files changed, 21 insertions(+), 22 deletions(-) rename core/Callbacks/Structures/{ => Common}/BaseStructure.php (94%) diff --git a/core/Callbacks/Structures/BaseStructure.php b/core/Callbacks/Structures/Common/BaseStructure.php similarity index 94% rename from core/Callbacks/Structures/BaseStructure.php rename to core/Callbacks/Structures/Common/BaseStructure.php index 4596c962..109c2c6f 100644 --- a/core/Callbacks/Structures/BaseStructure.php +++ b/core/Callbacks/Structures/Common/BaseStructure.php @@ -1,6 +1,6 @@