ArmaOverthrow / Overthrow.Arma4

A dynamic and persistent revolution platform for Arma Reforger (and eventually Arma 4)
MIT License
45 stars 17 forks source link

Chore: Remove obsolete methods #59

Closed rekterakathom closed 1 week ago

rekterakathom commented 3 weeks ago

Fixes these warnings from log:

SCRIPT    (W): @"Scripts/Game/Components/OVT_MainMenuContextOverrideComponent.c,66": 'GetCompartmentType' is obsolete: Use GetType() on the compartment instance directly.
SCRIPT    (W): @"Scripts/Game/GameMode/Managers/OVT_PersistenceManagerComponent.c,40": 'FindFiles' is obsolete: Use FileIO.FindFiles instead
SCRIPT    (W): @"Scripts/Game/GameMode/Managers/OVT_PersistenceManagerComponent.c,41": 'FindFiles' is obsolete: Use FileIO.FindFiles instead
SCRIPT    (W): @"Scripts/Game/GameMode/Managers/OVT_PersistenceManagerComponent.c,42": 'FindFiles' is obsolete: Use FileIO.FindFiles instead
SCRIPT    (W): @"Scripts/Game/UI/Context/OVT_MapContext.c,400": 'GetCompartmentType' is obsolete: Use GetType() on the compartment instance directly.
SCRIPT    (W): @"Scripts/Game/UI/Context/OVT_VehicleMenuContext.c,17": 'GetCompartmentType' is obsolete: Use GetType() on the compartment instance directly.