Skip to content

Commit

Permalink
fix: don't build sticky outside of client
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed May 31, 2020
1 parent aada5b5 commit 48c40aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/components/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if _OPTIONS['game'] == 'server' then
component 'citizen-server-monitor'
component 'vfs-impl-server'
else
component 'legacy-game-re3'
component 'sticky'

component 'tool-formats'
component 'tool-vehrec'
component 'nui-core'
Expand Down Expand Up @@ -105,5 +108,3 @@ component 'gta-core-rdr3'
component 'gta-net-rdr3'
component 'extra-natives-rdr3'
component 'citizen-playernames-rdr3'
component 'legacy-game-re3'
component 'sticky'

0 comments on commit 48c40aa

Please sign in to comment.