Fixes #2536: Mark host for save when placing facades.

This commit is contained in:
Sebastian Hartte 2016-10-30 15:29:51 +01:00
parent 971fc3d243
commit 4f53f5910b
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ public class PartPlacement
{
if( host.getFacadeContainer().addFacade( fp ) )
{
host.markForSave();
host.markForUpdate();
if( !player.capabilities.isCreativeMode )
{