did a debug session, fixed bugs

This commit is contained in:
Maverick Motherfucker 2011-06-04 10:35:20 -07:00
parent cfd3cbf5a3
commit 24f7756370
3 changed files with 8 additions and 4 deletions

View file

@ -76,7 +76,7 @@ namespace TShockAPI
{
}
new public virtual bool HasPermission(string permission)
public override bool HasPermission(string permission)
{
return true;
}