i fixed my Config.jag with Toms cache suite with a 474 of Galkons Config.jag fixes
for InsidiaX but I get this Error when trying to add the 634 Maps.
Code:
client.java:1183: error: cannot find symbol
if(anIntArray1234[A] == positions[B]){
^
symbol: variable positions
location: class client
client.java:1184: error: cannot find symbol
anIntArray1235[A] = landScapes[B
];
^
symbol: variable landScapes
location: class client
client.java:1185: error: cannot find symbol
anIntArray1236[A] = objects[B];
^
symbol: variable objects
location: class client
client.java:9324: error: method start in class OnDemandFetcher cannot be applied
to given types;
onDemandFetcher.start(streamLoader_6, this);
^
required: StreamLoader,client
found: NamedArchive,client
reason: actual argument NamedArchive cannot be converted to StreamLoader by me
thod invocation conversion
Note: client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Press any key to continue . . .