mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Patch ReflectionDatabase to turn off SourceAssetId
This commit is contained in:
@@ -7543,7 +7543,7 @@ return {
|
|||||||
isCanonical = true,
|
isCanonical = true,
|
||||||
canonicalName = nil,
|
canonicalName = nil,
|
||||||
serializedName = nil,
|
serializedName = nil,
|
||||||
scriptability = "ReadWrite",
|
scriptability = "None",
|
||||||
serializes = true,
|
serializes = true,
|
||||||
},
|
},
|
||||||
Tags = {
|
Tags = {
|
||||||
@@ -19580,4 +19580,4 @@ return {
|
|||||||
defaults = {
|
defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user