mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 13:33:26 +08:00
fix bug
This commit is contained in:
@@ -34,7 +34,7 @@ class Property {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if(!Array.isArray(talent))
|
if(!Array.isArray(talent))
|
||||||
talent = `${talent}`?.split(',') || [];
|
talent = talent?.split(',') || [];
|
||||||
|
|
||||||
talent = talent.map(v=>Number(v));
|
talent = talent.map(v=>Number(v));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user