polserver / ModernDistro

Package of scripts and configs needed to run POL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:timedScript: > spiritspeak

andrtechno opened this issue · comments

mobile.GrantPrivilege("hearghosts");

//need change to
GrantPrivilege(mobile, "hearghosts");

I don't know why that line was in there. The Core doesn't provide a GrantPrivilige() method. I removed it. The following line, mobile.Enable("hearghosts"); will accomplish the desired outcome.