sk89q / playx

Play videos / movies in GMod (note: see forks)
GNU Lesser General Public License v3.0
20 stars 32 forks source link

Bugfix for version detection #27

Closed X-Coder closed 12 years ago

X-Coder commented 12 years ago

Hi, thx for your good work in playX.

I just fixed a small bug in version detection which stopped working. It was caused by using a wrong path to info.txt leading into nil error that showed up in the console during map load. Maybe its because the usage of file.read was changed a while ago, changing the directory upwards with '../' like you did, didn't work on my Windows Server or garry blocked it maybe. He implemented a new parameter called 'usebasefolder' instead on file.read().

sk89q commented 12 years ago

Ah great, thanks!