mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-24 00:29:12 +00:00
Small code cleanup
This commit is contained in:
parent
5e6012dd82
commit
ecfbfe56fd
@ -1,11 +1,6 @@
|
||||
package jace.assembly;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import jace.Emulator;
|
||||
import jace.core.RAM;
|
||||
|
@ -336,6 +336,8 @@ public class PassportMidiInterface extends Card {
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
// Nothing
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user