Skip to content

Commit 4aae823

Browse files
authored
fix: apply random fix to entities
1 parent af1b206 commit 4aae823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/entity/random.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Entity.prototype.randomAction = function(options) {
4848
properties: {
4949
m_Seed: {
5050
type: 'SEntityTemplateReference',
51-
value: "null"
51+
value: null
5252
},
5353
m_Choices: {
5454
type: 'TArray<SEntityTemplateReference>',

0 commit comments

Comments
 (0)