Whoops
This commit is contained in:
parent
978e0801fa
commit
7800447c99
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public abstract class TileEntityMultiblock<T extends SynchronizedData<T>> extend
|
|||
/** Whether or not to send this multiblock's structure in the next update packet. */
|
||||
public boolean sendStructure;
|
||||
|
||||
/** This multiblockblock's previous "has structure" state. */
|
||||
/** This multiblock's previous "has structure" state. */
|
||||
public boolean prevStructure;
|
||||
|
||||
/** Whether or not this multiblock has it's structure, for the client side mechanics. */
|
||||
|
|
Loading…
Reference in a new issue