Skip to content

Commit c3893ef

Browse files
Seriously Disable Old EGM (#83)
1 parent 9e49499 commit c3893ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

org/enigma/EnigmaRunner.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,15 @@ public boolean make()
336336

337337
void addResourceHook()
338338
{
339-
EgmIO io = new EgmIO();
340-
FileChooser.fileViews.add(io);
341-
FileChooser.readers.add(io);
342-
FileChooser.writers.add(io);
343-
344339
// TODO: Disabled until somebody can figure out what the HELL is going on!
345340
// Old EGM was a bad mix of binary and text serialization that led to extreme
346341
// frustrations, and it should not be enabled until it is cleaned up,
347342
// converted to text, versions the binaries, or is replaced with the new libEGM
343+
//EgmIO io = new EgmIO();
344+
//FileChooser.fileViews.add(io);
345+
//FileChooser.readers.add(io);
346+
//FileChooser.writers.add(io);
347+
348348
//Listener.getInstance().fc.addOpenFilters(io);
349349
//Listener.getInstance().fc.addSaveFilters(io);
350350

0 commit comments

Comments
 (0)