Added quick format versions of the TSPlayer.Send<X>Message methods.

This commit is contained in:
CoderCow 2013-06-27 12:36:13 +02:00
parent a7f4c649b0
commit 76aab4af78
3 changed files with 23 additions and 3 deletions

View file

@ -485,7 +485,7 @@ namespace TShockAPI.DB
}
string[] groups = mergedGroups.Split(',');
// Is the user already allowed to the region?
// Is the group already allowed to the region?
if (groups.Contains(groupName))
return true;