Revert to targetting 9.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@771 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2009-01-29 20:30:51 +00:00
parent 2af7ad1dcf
commit 4b4701b4aa
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -20,16 +20,16 @@ public class LoaderUtil
} catch (e1 :Error) {
// ignore
}
try {
loader.unloadAndStop();
} catch (e2 :Error) {
// try {
// loader.unloadAndStop();
// } catch (e2 :Error) {
// hmm, maybe they are using FP9 still
try {
loader.unload();
} catch (e3 :Error) {
// ignore
}
}
// }
}
}
}