Skip to content

Commit

Permalink
fix(server/player): disable automatic drivers license
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Jul 7, 2024
1 parent 5a7265b commit 2daa72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ function CheckPlayerData(source, playerData)
}
playerData.metadata.licences = playerData.metadata.licences or {
id = true,
driver = true,
driver = false,
weapon = false,
}
playerData.metadata.inside = playerData.metadata.inside or {
Expand Down

0 comments on commit 2daa72a

Please sign in to comment.