Skip to content

Commit

Permalink
Merge pull request #259 from Jerrys-C/main
Browse files Browse the repository at this point in the history
Convert property id to string
  • Loading branch information
darktrovx authored Nov 3, 2024
2 parents bc83824 + 581a98a commit c984e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function RegisterProperty(propertyData, preventEnter, source)
Wait(1000)
end

id = tostring(id)
propertyData.property_id = id
PropertiesTable[id] = Property:new(propertyData)

Expand Down

0 comments on commit c984e7d

Please sign in to comment.