mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 17:44:14 -05:00
Fixed the data loading issue with a single variable, lol.
This commit is contained in:
@@ -13,7 +13,7 @@ with instance_create(px, py, obj_slot)
|
||||
type1 = global.dexdata[sel, dex.type1];
|
||||
type2 = global.dexdata[sel, dex.type2];
|
||||
|
||||
own = global.savedata[sel];
|
||||
own = global.savedata[idno/*sel*/];
|
||||
|
||||
color = get_color3(own, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user