RocketMod / Rocket.Unturned

Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework
MIT License
83 stars 109 forks source link

OnPermissionRequested removed in 4.9.0.0? #18

Closed leonardosnt closed 8 years ago

leonardosnt commented 8 years ago

What happened with UnturnedPermissions.OnPermissionRequested, was moved? where?

fr34kyn01535 commented 8 years ago

I removed it because i saw no reason to have it, why would you need it?

leonardosnt commented 8 years ago

To use in "no permission" message, but ok.

fr34kyn01535 commented 8 years ago

This was initially used to offer additional permissions provider but was replaced by the interface.

leonardosnt commented 8 years ago

Ok, thanks.