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