diff --git a/hooks/HUDBlackScreen.lua b/hooks/HudBlackScreen.lua similarity index 98% rename from hooks/HUDBlackScreen.lua rename to hooks/HudBlackScreen.lua index 144cbdb..13e213e 100644 --- a/hooks/HUDBlackScreen.lua +++ b/hooks/HudBlackScreen.lua @@ -3,4 +3,4 @@ function HUDBlackScreen:_set_job_data() end function HUDBlackScreen:set_loading_text_status() self._blackscreen_panel:child("loading_text"):set_visible(false) self._blackscreen_panel:child("skip_text"):set_visible(false) -end \ No newline at end of file +end