Er, forgot to initialize list
This commit is contained in:
parent
41121b8412
commit
7e7068294f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace TShockAPI.DB
|
|||
/// <summary>
|
||||
/// The list of warps.
|
||||
/// </summary>
|
||||
public List<Warp> Warps;
|
||||
public List<Warp> Warps = new List<Warp>();
|
||||
|
||||
[SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")]
|
||||
public WarpManager(IDbConnection db)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue