Hey,
Love the plugin...
However a quite dealbreaking bug is that the commands do not work in console.
I reviewed the source and see that it has an if statement
This permission check seems to be applicable to console commands too, and obviously console cannot have any permissions like a player.
Pls fix :D
Love the plugin...
However a quite dealbreaking bug is that the commands do not work in console.
I reviewed the source and see that it has an if statement
if (!HasPerm(player.Id, "admin"))This permission check seems to be applicable to console commands too, and obviously console cannot have any permissions like a player.
Pls fix :D