mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Fix missing values and update schedules
This commit is contained in:
@@ -93,8 +93,6 @@ export default class TypeInitialization {
|
||||
if (value === undefined) {
|
||||
if (type instanceof Array) {
|
||||
value = []
|
||||
} else if (serialized) {
|
||||
value = ""
|
||||
} else {
|
||||
value = () => TypeInitialization.sanitize(new type())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user