Even more null fixes.

This commit is contained in:
Gunther De Wachter
2017-07-02 06:43:33 +02:00
parent 0a2f90d115
commit ee774cd3f8
2 changed files with 6 additions and 6 deletions
@@ -35,7 +35,7 @@ public class InWorldToolOperationResult
public InWorldToolOperationResult()
{
this.BlockItem = null;
this.BlockItem = ItemStack.EMPTY;
this.Drops = null;
}