GDColon / GDBrowser

A website that lets you browse all of Geometry Dash's online features, and more!
https://gdbrowser.com
MIT License
333 stars 161 forks source link

`typeof` output gets coerced to bool #246

Open Rudxain opened 2 years ago

Rudxain commented 2 years ago

The parseIconPlist script is checking the truthiness value of typeof at line 23. Is it supposed to be typeof fileData[innerKey] == "string"? Or is the expression not needed there?

GDColon commented 2 years ago

LMAO honestly I have no idea, probably meant to be string but considering the script works fine as is it can probably just be removed entirely