forked from External/mage
additional fixes + some missed files
This commit is contained in:
parent
1945538041
commit
51a9c03ed1
8 changed files with 224 additions and 4 deletions
|
|
@ -369,7 +369,7 @@ public class TableController {
|
|||
|
||||
private Game loadGame() {
|
||||
try{
|
||||
InputStream file = new FileInputStream("saved/" + match.getGame().toString() + ".game");
|
||||
InputStream file = new FileInputStream("saved/" + match.getGame().getId().toString() + ".game");
|
||||
InputStream buffer = new BufferedInputStream(file);
|
||||
ObjectInput input = new CopierObjectInputStream(Main.classLoader, new GZIPInputStream(buffer));
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue