cache: Store ID in ScriptLoader
This commit is contained in:
@@ -38,6 +38,7 @@ public class ScriptLoader
|
||||
public ScriptDefinition load(int id, byte[] b)
|
||||
{
|
||||
ScriptDefinition def = new ScriptDefinition();
|
||||
def.setId(id);
|
||||
InputStream in = new InputStream(b);
|
||||
|
||||
in.setOffset(in.getLength() - 2);
|
||||
|
||||
Reference in New Issue
Block a user