Forgot this() in constructor

This commit is contained in:
high 2011-06-27 05:25:20 -04:00
parent 23763fdce5
commit 7aa501c5e1

View file

@ -52,7 +52,7 @@ namespace TShockAPI.Net
} }
public NetTile(Stream stream) public NetTile(Stream stream)
: base() : this()
{ {
Unpack(stream); Unpack(stream);
} }