Stable
153
PLEASE UPDATE IF YOU HAD AN ISSUE WITH YOUR RANK NOT BEING THE CORRECT ONE CLIENTSIDE
Changelog:
* Resolved an issue where having both FPP and DarkRP (I don't even know why would you do that) installed would prevent SetUserGroup from being called.
The problem stemmed from FPP using FPP.oldSetUserGroup within DarkRP's FPP, which relied on GMod's default SetUserGroup and neglected SAM's SetUserGroup. To address this, I simply added my SetUserGroup function after the server had finished loading. (This wasted 3 minutes of my time trying to figure it out)
Files affected:
- (MODIFIED)
sam/lua/autorun/sam.lua
sam/lua/sam/player/sh_player.lua