Converted all files to LF line endings
This commit is contained in:
parent
3890a82b0e
commit
41dbd31aac
21 changed files with 14591 additions and 14591 deletions
|
|
@ -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 } };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue