Skip to content

Commit f25c4ad

Browse files
committed
Fix default GTA loadscreen not shutting down
1 parent 9ef103d commit f25c4ad

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
[unreleased diff]
1010

11+
## [2.1.1] - 2024-08-29
12+
13+
[2.1.1 diff]
14+
15+
### Fixed
16+
17+
- Default GTA loading screen not shutting down with the NUI one.
18+
1119
## [2.1.0] - 2024-08-28
1220

1321
[2.1.0 diff]
@@ -137,7 +145,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
137145
- Finishing message
138146
- Configuration file
139147

140-
[unreleased diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.0...main
148+
[unreleased diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.1...main
149+
[2.1.1]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.1
150+
[2.1.1 diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.1.0...v2.1.1
141151
[2.1.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.1.0
142152
[2.1.0 diff]: https://github.com/D4isDAVID/loadscreen/compare/v2.0.0...v2.1.0
143153
[2.0.0]: https://github.com/D4isDAVID/loadscreen/releases/tag/v2.0.0

client/shutdown.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local externalShutdown = GetConvarInt('loadscreen:externalShutdown', 0) == 1
22

33
CreateThread(function()
44
if not externalShutdown then
5+
ShutdownLoadingScreen()
56
ShutdownLoadingScreenNui()
67
return
78
end

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fx_version 'cerulean'
22
game 'gta5'
33

4-
version '2.1.0'
4+
version '2.1.1'
55
description 'Clean and fully configurable loading screen for FiveM'
66
author 'David Malchin <malchin459@gmail.com>'
77
repository 'https://github.com/D4isDAVID/loadscreen'

0 commit comments

Comments
 (0)