tedo0627 / RedstoneCircuit

This is the PocketMine plugin that implements the Redstone circuit.
GNU General Public License v3.0
84 stars 47 forks source link

Command block not loaded until activation #67

Closed iBalix closed 2 years ago

iBalix commented 2 years ago

Hi, I have a a problem with the command blocks.

1) I place and setup a command block 2) Restart the server 3) Open the command block => Problem: The command block is empty, no settings seems to have been saved 4) I activate the command block with redstone torch for example => The command block settings are back

To resume, I need to activate the command block in order to see their settings (commands, delay etc...)

Can you try to load it on block/tile load instead of tile activation ?

tedo0627 commented 2 years ago

I was able to confirm this bug. However, we could not find the cause of this bug.

tedo0627 commented 2 years ago

It's resolved.