This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Description
Describe the bug
IntelliJ gives warning "Method 'loadScript' is too complex to analyze by data flow algorithm" in the ScriptLoader#loadScript method.
To Reproduce
Open ScriptLoader and navigate to loadScript method in IntelliJ (tested on IntelliJ IDEA Ultimate Edition 2019.2)
Expected behavior
Expected no warning. Method should be splitted to other methods to reduce its code complexity.
Screenshots
N/A
Version information:
- Minecraft Version: N/A
- Skript Version: 2.2.18 Development Build (master)
Additional information
N/A