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