File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/main/java/org/cyclops/integratedscripting/inventory/container Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 4444
4545import javax .annotation .Nullable ;
4646import java .nio .file .Path ;
47- import java .util .List ;
48- import java .util .Map ;
49- import java .util .Objects ;
50- import java .util .Optional ;
51- import java .util .Set ;
47+ import java .util .*;
5248import java .util .regex .Pattern ;
5349
5450/**
@@ -374,8 +370,8 @@ public IScriptVariableFacade create(int id) {
374370 }
375371
376372 @ Override
377- public void setValue (int valueId , CompoundTag value ) {
378- super .setValue (valueId , value );
373+ public void onUpdate (int valueId , CompoundTag value ) {
374+ super .onUpdate (valueId , value );
379375
380376 // Potentially trigger a variable write when a new member was selected
381377 if (valueId == selectionId ) {
You can’t perform that action at this time.
0 commit comments