Skip to content

Commit

Permalink
Update API.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
gdr1461 authored Jul 25, 2024
1 parent c17f9eb commit 120eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/.MainModule/API.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function API:CheckUserRank(player)
end

--== DEFAULT RANK ==--
Data.SessionData[player.UserId].ServerRank = Settings.DefaultRank
Data.SessionData[player.UserId].ServerRank = Data.SessionData[player.UserId].Rank --Settings.DefaultRank

--== PRIVATE SERVER RANK ==--
if Settings.PrivateServerOwner then
Expand Down

0 comments on commit 120eed7

Please sign in to comment.