Fix a few issues

This commit is contained in:
MarioE 2013-10-31 23:46:29 -04:00
parent cf1feb9357
commit 416ce98518
3 changed files with 34 additions and 3 deletions

View file

@ -962,7 +962,7 @@ namespace TShockAPI
/// Sends a region deletion to the player.
/// <param name="regionName">The region name.</param>
/// </summary>
public void SendRaptorRegionDelete(string regionName)
public void SendRaptorRegionDeletion(string regionName)
{
if (!IsRaptor)
return;