sarbian / ModuleManager

177 stars 96 forks source link

Allow spaces in value names #109

Closed blowfishpro closed 6 years ago

blowfishpro commented 6 years ago

Resolves #107

blowfishpro commented 6 years ago

So it turns out this caused a bug. If you have for instance @foo *= 2 then it will no longer parse * as an operator, instead thinking foo * is the entire value name