We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc18fd9 commit fd81458Copy full SHA for fd81458
nutscript/entities/entities/nut_item.lua
@@ -35,7 +35,7 @@ if (SERVER) then
35
end
36
37
function ENT:GetData()
38
- if (self:GetInternalData()) then
+ if (self:GetInternalData() != "") then
39
if (!self.realData) then
40
self.realData = pon.decode(self:GetInternalData())
41
0 commit comments