Merge branch 'general-devel' of https://github.com/NyxStudios/TShock into general-devel

This commit is contained in:
MarioE 2017-06-23 14:47:48 -04:00
commit a948e0c301

View file

@ -61,7 +61,7 @@ namespace TShockAPI.DB
/// <param name="x">The X position.</param>
/// <param name="y">The Y position.</param>
/// <param name="name">The name.</param>
/// <returns>Whether the opration succeeded.</returns>
/// <returns>Whether the operation succeeded.</returns>
public bool Add(int x, int y, string name)
{
try