Typo fixes on comments/strings
My first PR contribution to TShock is spellcheck huh, frankly I don't know why but hey I could spare the time for this and caught some stuff.
This commit is contained in:
parent
35d9a8e715
commit
154bee58f1
18 changed files with 36 additions and 36 deletions
|
|
@ -56,7 +56,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
int checkX=reader.Get<int>("X");
|
||||
int checkY=reader.Get<int>("Y");
|
||||
//fix leftover inconsistancies
|
||||
//fix leftover inconsistencies
|
||||
if (checkX==0)
|
||||
checkX++;
|
||||
if (checkY==0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue