Initial commit
This commit is contained in:
@@ -136,7 +136,8 @@ public class Player extends Item implements Avatar {
|
||||
+ fd.getFile());
|
||||
if (fd.getFile() != null) {
|
||||
((SmallChip) carrying).Empty();
|
||||
((SmallChip) carrying).LoadChip(fd.getDirectory() + fd.getFile());
|
||||
//((SmallChip) carrying).LoadChip(fd.getDirectory() + fd.getFile());
|
||||
((SmallChip) carrying).LoadChip(fd.getFile(), false);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user