Test (again)
This commit is contained in:
parent
d24e5184a3
commit
a9eee56be4
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace TShockAPI.DB
|
|||
int Y1 = reader.Get<int>("Y1");
|
||||
int height = reader.Get<int>("height");
|
||||
int width = reader.Get<int>("width");
|
||||
int Protected = reader.Get<int>("Protected"); //
|
||||
int Protected = reader.Get<int>("Protected");
|
||||
string MergedIDs = DbExt.Get<string>(reader, "UserIds");
|
||||
string name = DbExt.Get<string>(reader, "RegionName");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue