mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
20 lines
623 B
Text
20 lines
623 B
Text
void script_4991() {
|
|
int ivar0;
|
|
int ivar1;
|
|
script_4993();
|
|
script_4994();
|
|
ivar0 = -1;
|
|
ivar1 = 0;
|
|
if (citadelConfigsInitialized()) {
|
|
/*
|
|
mgi.tools.jagdecs2.DecompilerException: TODO citadel configs method:107
|
|
at mgi.tools.jagdecs2.FlowBlocksGenerator.processFlowBlock(FlowBlocksGenerator.java:230)
|
|
at mgi.tools.jagdecs2.FlowBlocksGenerator.processGeneration(FlowBlocksGenerator.java:52)
|
|
at mgi.tools.jagdecs2.FlowBlocksGenerator.generate(FlowBlocksGenerator.java:35)
|
|
at mgi.tools.jagdecs2.CS2Decompiler.decompile(CS2Decompiler.java:40)
|
|
at tests.Main.main(Main.java:45)
|
|
|
|
*/
|
|
}
|
|
return;
|
|
}
|