mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Made many performance improvements (using FindBugs).
- Ability of Chainer, Dementia Master shouldn't be castable from hand anymore, also added ability text.
This commit is contained in:
@@ -119,9 +119,9 @@ public class jlc
|
||||
public boolean processArgs(String[] argv)
|
||||
{
|
||||
filename = null;
|
||||
@SuppressWarnings("unused")
|
||||
Crc16[] crc;
|
||||
crc = new Crc16[1];
|
||||
|
||||
//Crc16[] crc;
|
||||
//crc = new Crc16[1];
|
||||
int i;
|
||||
int argc = argv.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user