#12 - Fixed crash when starting a wire after changing modes
This commit is contained in:
@@ -429,6 +429,8 @@ public class SolderingPen extends Device implements Avatar {
|
||||
}
|
||||
}
|
||||
|
||||
CheckPort();
|
||||
|
||||
level.roomdisplay.dq.selectCursor();
|
||||
return true;
|
||||
}
|
||||
@@ -506,6 +508,8 @@ public class SolderingPen extends Device implements Avatar {
|
||||
|
||||
handleRemote();
|
||||
|
||||
CheckPort();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user