Forgot this() in constructor
This commit is contained in:
parent
23763fdce5
commit
7aa501c5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace TShockAPI.Net
|
|||
}
|
||||
|
||||
public NetTile(Stream stream)
|
||||
: base()
|
||||
: this()
|
||||
{
|
||||
Unpack(stream);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue