did a debug session, fixed bugs
This commit is contained in:
parent
cfd3cbf5a3
commit
24f7756370
3 changed files with 8 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ namespace TShockAPI
|
|||
{
|
||||
}
|
||||
|
||||
new public virtual bool HasPermission(string permission)
|
||||
public override bool HasPermission(string permission)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue