Add fluid level emitter (#3588)

Fixes #3571
This commit is contained in:
fscan
2018-07-04 19:56:47 +02:00
committed by GitHub
parent 2182b6e37c
commit 7cd8b72bb7
16 changed files with 788 additions and 19 deletions
@@ -90,7 +90,7 @@ public class GenericInterestManager<T>
{
if( this.transactions != null )
{
this.transactions.add( new SavedTransactions( true, stack, iw ) );
this.transactions.add( new SavedTransactions( false, stack, iw ) );
return true;
}
else