Upbolt / Hydroxide

Lua runtime introspection and network capturing tool for games on the Roblox engine.
The Unlicense
380 stars 155 forks source link

Bug: Creates wrong `NumberRange` #115

Open ActualMasterOogway opened 2 months ago

ActualMasterOogway commented 2 months ago

Hydroxide generates: NumberRange.new(1 25 ) Expected Output: NumberRange.new(1, 25)