Converted all files to LF line endings

This commit is contained in:
stevenh 2012-02-21 15:56:34 +00:00
parent 3890a82b0e
commit 41dbd31aac
21 changed files with 14591 additions and 14591 deletions

View file

@ -1,4 +1,4 @@
/*
/*
TShock, a server mod for Terraria
Copyright (C) 2011 The TShock Team

View file

@ -298,7 +298,7 @@ namespace TShockAPI
if (ret is RestObject)
return ret;
User user = (User)ret;
User user = (User)ret;
return new RestObject() { { "group", user.Group }, { "id", user.ID.ToString() }, { "name", user.Name } };
}

View file

@ -1,4 +1,4 @@
/*
/*
TShock, a server mod for Terraria
Copyright (C) 2011 The TShock Team

View file

@ -1,4 +1,4 @@
/*
/*
TShock, a server mod for Terraria
Copyright (C) 2011 The TShock Team