mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +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