Fix a few issues
This commit is contained in:
parent
cf1feb9357
commit
416ce98518
3 changed files with 34 additions and 3 deletions
|
|
@ -3087,7 +3087,7 @@ namespace TShockAPI
|
|||
foreach (TSPlayer tsplr in TShock.Players)
|
||||
{
|
||||
if (tsplr != null && tsplr.IsRaptor && tsplr.Group.HasPermission(Permissions.manageregion))
|
||||
tsplr.SendRaptorRegionDelete(regionName);
|
||||
tsplr.SendRaptorRegionDeletion(regionName);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue