Skip to content

Commit

Permalink
Update lua/wire/von.lua
Browse files Browse the repository at this point in the history
Co-authored-by: thegrb93 <[email protected]>
  • Loading branch information
Denneisk and thegrb93 authored Nov 8, 2024
1 parent 273f5c8 commit 75b962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wire/von.lua
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ _deserialize = {
return tonumber(c) or
(c == "inf" and math.huge) or
(c == "-inf" and -math.huge) or
(c == "nan" or c == "an" and 0/0) or
((c == "nan" or c == "an") and 0/0) or
error("vON: Number definition does not contain a valid number!"),
a
end
Expand Down

0 comments on commit 75b962a

Please sign in to comment.