Started work on revamping command system for permissions, but I'm out for the night, cya tomorrow

This commit is contained in:
Maverick Motherfucker 2011-06-03 22:28:05 -07:00
parent 3774c30f7d
commit 8344801128
6 changed files with 70 additions and 1 deletions

View file

@ -26,6 +26,11 @@ namespace TShockAPI
return Terraria.Main.player[player];
}
public int GetPlayerID()
{
return player;
}
public bool IsAdmin()
{
if (adminSet)