Fixes #2536: Mark host for save when placing facades.
This commit is contained in:
@@ -172,6 +172,7 @@ public class PartPlacement
|
||||
{
|
||||
if( host.getFacadeContainer().addFacade( fp ) )
|
||||
{
|
||||
host.markForSave();
|
||||
host.markForUpdate();
|
||||
if( !player.capabilities.isCreativeMode )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user