"Disable map location when OOC" doesn't work
Solanya opened this issue ยท 0 comments
The setting to disable map location when OOC isn't working in version 1.5.0, the player will still answer the scan request regardless of IC/OOC status.
The issue seems to come from the new Player model. In Player:IsInCharacter()
, self:GetInfo("player/character/RP")
returns nil, so the function always returns true.