res.skinpath is now an object property (holding an array of
HopObjects or directory names) instead of a string property.
This commit is contained in:
parent
847f2542d3
commit
3712b51628
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class ResponseTrans implements Externalizable {
|
|||
private transient Stack buffers;
|
||||
|
||||
// the path used to resolve skin names
|
||||
public transient String skinpath = null;
|
||||
public transient Object skinpath = null;
|
||||
|
||||
static final long serialVersionUID = -8627370766119740844L;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue