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

(cherry picked from commit 4f53f5910b)
This commit is contained in:
Sebastian Hartte 2016-10-30 22:29:51 +08:00 committed by xsun2001
parent 761fddaa55
commit 6bac87e2c9
1 changed files with 1 additions and 0 deletions

View File

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