forked from MagicBane/Server
Update to sparsetype parsing
This commit is contained in:
@@ -547,7 +547,7 @@ public class ItemTemplate {
|
||||
|
||||
for (Object key : rune_sparse_json.keySet()) {
|
||||
String sparseType = key.toString();
|
||||
String sparseValue = (String) rune_sparse_json.get(sparseType);
|
||||
String sparseValue = rune_sparse_json.getString(sparseType);
|
||||
rune_sparse_data.put(sparseType, sparseValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user