Skip to content

Commit

Permalink
Update Source.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 28, 2024
1 parent 4f38feb commit 9d98bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ local function luau_deserialize(bytecode, luau_settings)
local debugnameindex = readVarInt()
local debugname

if debugnameindex == 0 then
if debugnameindex ~= 0 then
debugname = stringList[debugnameindex]
else
debugname = "(??)"
Expand Down

0 comments on commit 9d98bc4

Please sign in to comment.